We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ef08a commit 0dc2bf9Copy full SHA for 0dc2bf9
docker/production/entrypoint.sh
@@ -12,5 +12,4 @@ rm -f ./tmp/pids/server.pid
12
# bundle exec rails db:migrate
13
14
# Then exec the container's main process (CMD in the Dockerfile).
15
-# TODO: Uncomment once we migrate development DB to MySQL
16
-# exec "$@"
+exec "$@"
0 commit comments