Sergidev commited on
Commit
13796cc
1 Parent(s): d4c6da4

Update Procfile

Browse files
Files changed (1) hide show
  1. Procfile +1 -1
Procfile CHANGED
@@ -1 +1 @@
1
- web: flask app:app.py --host 0.0.0.0 --port 8000
 
1
+ web: uvicorn app:app.py --host 0.0.0.0 --port 1771