Skip to content

Commit

Permalink
Merge pull request #82 from hotosm/feat/migrations
Browse files Browse the repository at this point in the history
Update docker-entrypoint.sh
  • Loading branch information
nrjadkry authored Jul 23, 2024
2 parents a0d5f00 + 2e456eb commit 351ffe8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/backend/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ wait_for_minio &
get_frontend_index_html &
wait

# Migrations
pdm run alembic upgrade head

exec "$@"

exit 0

0 comments on commit 351ffe8

Please sign in to comment.