Tweak Procfile web process
This commit is contained in:
parent
17fc98c5fc
commit
076185e15a
1 changed files with 1 additions and 1 deletions
2
Procfile
2
Procfile
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue