Skip to content

Commit

Permalink
migrate before running app
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo-SF committed Aug 11, 2024
1 parent 178b1db commit ea9a0eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions portal/bin/start_prod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ set -o errexit
set -o nounset


poetry run python manage.py migrate
poetry run gunicorn config.wsgi --bind 0.0.0.0:5000 --chdir /app --access-logfile - --capture-output --log-level debug --log-file -

0 comments on commit ea9a0eb

Please sign in to comment.