diff --git a/entrypoint.sh.tmpl b/entrypoint.sh.tmpl index 6db2e0e..adfb13f 100644 --- a/entrypoint.sh.tmpl +++ b/entrypoint.sh.tmpl @@ -31,8 +31,8 @@ echo "Running entrypoint commands against '$FOODSOFT_SERVICE' service" echo "------------------------------------------------------------------------------" if [ "$FOODSOFT_SERVICE" == "app" ]; then - bundle exec rake db:setup - bundle exec rake db:migrate + bundle exec rake db:setup || true + bundle exec rake db:migrate || true ./proc-start web elif [ "$FOODSOFT_SERVICE" == "cron" ]; then ./proc-start cron