Tweak Procfile web process

This commit is contained in:
Matthew Dillon 2015-10-10 15:12:32 -07:00
parent 17fc98c5fc
commit 076185e15a

View file

@ -1,2 +1,2 @@
web: gunicorn -w 4 -b 0.0.0.0:8000 manage:app web: gunicorn -w 4 manage:app --log-file=-
init: python manage.py initdb init: python manage.py initdb