Spaces:
Sleeping
Sleeping
Commit
·
872347f
1
Parent(s):
2f4e610
Updated docker file
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,4 +10,4 @@ COPY app.py .
|
|
10 |
|
11 |
ENV PORT=8080
|
12 |
|
13 |
-
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "
|
|
|
10 |
|
11 |
ENV PORT=8080
|
12 |
|
13 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|