Skip to content

Commit 513be3a

Browse files
authored
Consistent no-period comments
1 parent 2ea62b9 commit 513be3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/lib/rails/generators/rails/app/templates/Dockerfile.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ RUN SECRET_KEY_BASE_DUMMY=1 bundle exec rails assets:precompile
4747
# Entrypoint prepares the database.
4848
ENTRYPOINT ["/rails/bin/docker-entrypoint"]
4949

50-
# Start the server by default, this can be overwritten at runtime.
50+
# Start the server by default, this can be overwritten at runtime
5151
EXPOSE 3000
5252
CMD ["./bin/rails", "server"]

0 commit comments

Comments
 (0)