diff --git a/docker/backend/run.sh b/docker/backend/run.sh index 46def82..5b29372 100644 --- a/docker/backend/run.sh +++ b/docker/backend/run.sh @@ -1,3 +1,4 @@ #!/bin/bash -gunicorn -w 4 'queue_app:create_app()' -b 0.0.0.0 \ No newline at end of file +python manage.py db upgrade +gunicorn -w 4 'queue_app:create_app()' -b 0.0.0.0