From 7539975a01087804c9dc9ade94b6dbc551402dd1 Mon Sep 17 00:00:00 2001 From: Qarch Date: Mon, 1 Apr 2024 07:18:56 +0330 Subject: [PATCH] hotfix:migration --- start.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 "$@"