diff --git a/start.sh b/start.sh index 9890415..fd8782d 100755 --- a/start.sh +++ b/start.sh @@ -2,7 +2,9 @@ set -e -echo "start the app" +echo "run db migration" source /app/app.env /app/migrate -path /app/migration -database "$DB_SOURCE" -verbose up + +echo "start the app" exec "$@"