Skip to content

Commit

Permalink
Merge pull request #5 from Delavalom/fix/fixing-image-building
Browse files Browse the repository at this point in the history
Update start.sh
  • Loading branch information
Delavalom authored Oct 13, 2023
2 parents c51e171 + 468f1d8 commit 6c35ad9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ set -e

echo "run db migrations"
source /app/app.env
echo "$DB_SOURCE"
/app/migrate -path /app/migrations -database "$DB_SOURCE" -verbose up

echo "start the app"
exec "$@"
exec "$@"

0 comments on commit 6c35ad9

Please sign in to comment.