From f080454d2c2d8f518f51ece00fc6b13f95441e26 Mon Sep 17 00:00:00 2001 From: Brian <120551412+DnKhanhh@users.noreply.github.com> Date: Wed, 24 Apr 2024 16:07:20 +0700 Subject: [PATCH] update start.sh --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 3473409..e9d21ce 100755 --- a/start.sh +++ b/start.sh @@ -3,7 +3,7 @@ set -e echo "run db migration" source /app/app.env -/app/migrate -path /app/migration "$DB_SOURCE" -verbose up +/app/migrate -path /app/migration -database "$DB_SOURCE" -verbose up echo "start the app" exec "$@" \ No newline at end of file