waleeyd commited on
Commit
87f6e7a
·
verified ·
1 Parent(s): ec99e75

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 --timeout 120 --workers 1