zinoubm commited on
Commit
345ae74
·
1 Parent(s): 7342346

changin running port

Browse files
Files changed (1) hide show
  1. procfile +1 -1
procfile CHANGED
@@ -1 +1 @@
1
- web: uvicorn main:app --host=0.0.0.0 --port=${PORT:-5000}
 
1
+ web: uvicorn main:app --host=0.0.0.0 --port=8000