Skip to content

Commit

Permalink
Update start_migrate as well
Browse files Browse the repository at this point in the history
  • Loading branch information
calellowitz authored Sep 17, 2024
1 parent b5831a8 commit 757471b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/start_migrate
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ set -o nounset
echo "Django migrate"
python manage.py migrate --noinput
echo "Run Gunicorn"
gunicorn config.wsgi --bind 0.0.0.0:8000 --chdir=/app --timeout 300
gunicorn config.wsgi --bind 0.0.0.0:8000 --chdir=/app -k gevent -w 2

0 comments on commit 757471b

Please sign in to comment.