We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea62b9 commit 513be3aCopy full SHA for 513be3a
railties/lib/rails/generators/rails/app/templates/Dockerfile.tt
@@ -47,6 +47,6 @@ RUN SECRET_KEY_BASE_DUMMY=1 bundle exec rails assets:precompile
47
# Entrypoint prepares the database.
48
ENTRYPOINT ["/rails/bin/docker-entrypoint"]
49
50
-# Start the server by default, this can be overwritten at runtime.
+# Start the server by default, this can be overwritten at runtime
51
EXPOSE 3000
52
CMD ["./bin/rails", "server"]
0 commit comments