Skip to content

Commit

Permalink
Add migrate to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaniog committed Aug 24, 2024
1 parent 94ba89a commit 91b436e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/backend/run.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

python manage.py db upgrade
flask db upgrade
gunicorn -w 4 'queue_app:create_app()' -b 0.0.0.0

0 comments on commit 91b436e

Please sign in to comment.