diff --git a/entrypoint.sh.tmpl b/entrypoint.sh.tmpl index c9eb839..6db2e0e 100644 --- a/entrypoint.sh.tmpl +++ b/entrypoint.sh.tmpl @@ -26,6 +26,10 @@ file_env() { file_env "SECRET_KEY_BASE" file_env "SMTP_PASSWORD" +echo "------------------------------------------------------------------------------" +echo "Running entrypoint commands against '$FOODSOFT_SERVICE' service" +echo "------------------------------------------------------------------------------" + if [ "$FOODSOFT_SERVICE" == "app" ]; then bundle exec rake db:setup bundle exec rake db:migrate