Spaces:
Runtime error
Runtime error
updating procfile
Browse files- .gitignore +0 -1
- 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}
|