Spaces:
Sleeping
Sleeping
cmd updated
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -26,4 +26,4 @@ WORKDIR /
|
|
26 |
RUN pip install --no-cache-dir --upgrade -r /requirements.txt
|
27 |
|
28 |
# Start the FastAPI app on port 7860, the default port expected by Spaces
|
29 |
-
CMD ["uvicorn", "
|
|
|
26 |
RUN pip install --no-cache-dir --upgrade -r /requirements.txt
|
27 |
|
28 |
# Start the FastAPI app on port 7860, the default port expected by Spaces
|
29 |
+
CMD ["uvicorn", "server:app", "--host", "0.0.0.0", "--port", "7860"]
|