Skip to content

Commit 0dc2bf9

Browse files
committed
Make sure production entrypoint actually starts the server
1 parent 03ef08a commit 0dc2bf9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker/production/entrypoint.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ rm -f ./tmp/pids/server.pid
1212
# bundle exec rails db:migrate
1313

1414
# Then exec the container's main process (CMD in the Dockerfile).
15-
# TODO: Uncomment once we migrate development DB to MySQL
16-
# exec "$@"
15+
exec "$@"

0 commit comments

Comments
 (0)