feliksius commited on
Commit
5eae651
·
verified ·
1 Parent(s): 6174412

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -22,5 +22,5 @@ ENV USE_QUANTIZATION=0
22
  # Expose port for FastAPI
23
  EXPOSE 8000
24
 
25
- # Run the FastAPI app with uvicorn
26
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
 
22
  # Expose port for FastAPI
23
  EXPOSE 8000
24
 
25
+ # Run the FastAPI app with uvicorn (updated to use app.py)
26
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]