EbukaGaus commited on
Commit
ce50146
·
1 Parent(s): f3d3b63
Files changed (1) hide show
  1. 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", "8080", "--app-dir", "/code"]
 
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", "8050", "--app-dir", "/code"]