Skip to content

Commit

Permalink
Switch to gunicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
jpadilla committed Jun 28, 2020
1 parent 96ba667 commit a88184e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/web
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ cd "$(dirname "$0")/.." || exit
# Collect static assets
python manage.py collectstatic --noinput

uvicorn --host 0.0.0.0 --port "${PORT:-8000}" --interface wsgi contratospr.wsgi:application
gunicorn contratospr.wsgi

0 comments on commit a88184e

Please sign in to comment.