diff --git a/bin/docker-entrypoint-production b/bin/docker-entrypoint-production index 452771b..c876d9b 100755 --- a/bin/docker-entrypoint-production +++ b/bin/docker-entrypoint-production @@ -1,8 +1,8 @@ #!/bin/bash -e # If running the rails server then create or migrate existing database -# if [ "${*}" == "./bin/rails server" ]; then +if [ "${*}" == "./bin/rails server" ]; then # ./bin/rails db:prepare -# fi +fi exec "${@}"