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

updating procfile

Browse files
Files changed (2) hide show
  1. .gitignore +0 -1
  2. procfile +1 -1
.gitignore CHANGED
@@ -2,5 +2,4 @@
2
  env/
3
  __pycache__/
4
  .vercel
5
-
6
  .space
 
2
  env/
3
  __pycache__/
4
  .vercel
 
5
  .space
procfile CHANGED
@@ -1 +1 @@
1
- web: uvicorn main:app --host=0.0.0.0 --port=8000
 
1
+ web: uvicorn main:app --host=0.0.0.0 --port={PORT:-8000}