JK, Procfile

This commit is contained in:
Matthew Dillon 2015-10-10 15:00:08 -07:00
parent 6a6b2e5205
commit cdb1ccf6d6
2 changed files with 2 additions and 25 deletions

1
Procfile Normal file
View file

@ -0,0 +1 @@
web: gunicorn -w 4 -b 0.0.0.0:8000 manage:app