Skip to content

Commit

Permalink
run migrate on start
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanandrews committed Jan 8, 2024
1 parent 5e1740a commit 00d591f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paleo_hurricane_api/compose/production/django/start
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ set -o nounset


python /app/manage.py collectstatic --noinput

python /app/manage.py migrate
exec /usr/local/bin/gunicorn config.wsgi --bind 0.0.0.0:8000 --chdir=/app

0 comments on commit 00d591f

Please sign in to comment.