Skip to content

Commit

Permalink
feat: add ftcli db upgrade to docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHenryThoreau authored and DavidHenryThoreau committed May 14, 2024
1 parent 32e7d5f commit 40841a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ services:
depends_on:
fittrackee-db:
condition: service_started
command: bash -c "cd /usr/src/app && ftcli db upgrade && flask run --with-threads -h 0.0.0.0"
restart: unless-stopped

fittrackee-db:
Expand Down

0 comments on commit 40841a6

Please sign in to comment.