umar8902 commited on
Commit
deb39c6
·
verified ·
1 Parent(s): 6bd0a08

Create Procfile

Browse files
Files changed (1) hide show
  1. Procfile +1 -0
Procfile ADDED
@@ -0,0 +1 @@
 
 
1
+ web: gunicorn app:app --bind 0.0.0.0:$PORT --workers 1 --threads 4 --timeout 120