Pujan-Dev commited on
Commit
71a4a2a
·
verified ·
1 Parent(s): 8adf4f2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,4 +27,4 @@ RUN pip install --no-cache-dir --upgrade pip \
27
  && pip install --no-cache-dir -r requirements.txt
28
 
29
  # Run the FastAPI server using uvicorn
30
- CMD ["uvicorn", "main:app", "--reload", "--host", "0.0.0.0", "--port", "7860"]
 
27
  && pip install --no-cache-dir -r requirements.txt
28
 
29
  # Run the FastAPI server using uvicorn
30
+ CMD ["uvicorn", "app:app", "--reload", "--host", "0.0.0.0", "--port", "7860"]