Skip to content

Commit

Permalink
update start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dnk332 committed Apr 24, 2024
1 parent dc4688e commit f080454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "$@"

0 comments on commit f080454

Please sign in to comment.