Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,4 +13,4 @@ COPY main.py .
|
|
13 |
EXPOSE 8000
|
14 |
|
15 |
# Command to run the application
|
16 |
-
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "
|
|
|
13 |
EXPOSE 8000
|
14 |
|
15 |
# Command to run the application
|
16 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|