Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,4 +15,4 @@ RUN pip install --no-cache-dir --upgrade pip && \
|
|
15 |
EXPOSE 7860
|
16 |
|
17 |
# Start FastAPI with WebSockets
|
18 |
-
CMD ["uvicorn", "
|
|
|
15 |
EXPOSE 7860
|
16 |
|
17 |
# Start FastAPI with WebSockets
|
18 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|