We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9bbbf18 + f5ca2a1 commit bcfebf6Copy full SHA for bcfebf6
Dockerfile
@@ -51,4 +51,4 @@ COPY --chown=ruby:ruby --from=build /app /app
51
52
EXPOSE 9292
53
54
-CMD ["/bin/sh", "-o", "xtrace", "-c", "rake db:migrate && rails s -b 0.0.0.0 -p 9292"]
+CMD ["/bin/sh", "-o", "xtrace", "-c", "rails s -b 0.0.0.0 -p 9292"]
0 commit comments