mike23415 commited on
Commit
574eae4
·
verified ·
1 Parent(s): 80d0b8a

Update Procfile

Browse files
Files changed (1) hide show
  1. Procfile +1 -1
Procfile CHANGED
@@ -1 +1 @@
1
- web: gunicorn app:app --workers 1 --timeout 0
 
1
+ web: gunicorn -w 2 -b 0.0.0.0:7860 app:app