KRISH09bha commited on
Commit
a14e3b3
·
verified ·
1 Parent(s): b0e9f06

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
15
  EXPOSE 7860
16
 
17
  # Start FastAPI with WebSockets
18
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]