Do0rMaMu commited on
Commit
26c1b70
1 Parent(s): f335e44

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,4 +14,4 @@ RUN pip install --no-cache-dir -r requirements.txt
14
  COPY . .
15
 
16
  # Command to run the FastAPI app using Uvicorn with live-reload
17
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
14
  COPY . .
15
 
16
  # Command to run the FastAPI app using Uvicorn with live-reload
17
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]