Spaces:
Runtime error
Runtime error
push
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -18,4 +18,4 @@ RUN pip install -r /code/requirements.txt
|
|
| 18 |
EXPOSE 7860
|
| 19 |
|
| 20 |
# Start the FastAPI app with Socket.IO support, pointing directly to main.py
|
| 21 |
-
CMD ["uvicorn", "main:socket_app", "--host", "0.0.0.0", "--port", "
|
|
|
|
| 18 |
EXPOSE 7860
|
| 19 |
|
| 20 |
# Start the FastAPI app with Socket.IO support, pointing directly to main.py
|
| 21 |
+
CMD ["uvicorn", "main:socket_app", "--host", "0.0.0.0", "--port", "8000", "--app-dir", "/code"]
|