diff --git a/start.sh b/start.sh index 5d81c26..9890415 100755 --- a/start.sh +++ b/start.sh @@ -4,5 +4,5 @@ set -e echo "start the app" source /app/app.env - +/app/migrate -path /app/migration -database "$DB_SOURCE" -verbose up exec "$@"