j-higgins commited on
Commit
67b4c08
·
unverified ·
1 Parent(s): 9de265a

Update Procfile

Browse files

binding to render default port of 10000

Files changed (1) hide show
  1. Procfile +1 -1
Procfile CHANGED
@@ -1 +1 @@
1
- web: gunicorn app:server --bind 0.0.0.0:$PORT
 
1
+ web: gunicorn app:server --bind 0.0.0.0:10000