Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -30,4 +30,4 @@ EXPOSE 8000
|
|
30 |
|
31 |
# Command to start the FastAPI application using Uvicorn as a Python module.
|
32 |
# This is more robust as it explicitly invokes 'python' to run the 'uvicorn' module.
|
33 |
-
CMD ["python", "-m", "uvicorn", "app:app", "--host", "0.0.0.0", "--port", "
|
|
|
30 |
|
31 |
# Command to start the FastAPI application using Uvicorn as a Python module.
|
32 |
# This is more robust as it explicitly invokes 'python' to run the 'uvicorn' module.
|
33 |
+
CMD ["python", "-m", "uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|