badru commited on
Commit
24e0214
·
verified ·
1 Parent(s): 4c851fe

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
  EXPOSE 8000
15
 
16
  # Start FastAPI app with Uvicorn
17
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
 
14
  EXPOSE 8000
15
 
16
  # Start FastAPI app with Uvicorn
17
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]