vip11017 commited on
Commit
780a375
·
1 Parent(s): ab4e7fe

Fixed dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,4 +24,4 @@ RUN pip install --no-cache-dir -r requirements.txt
24
  EXPOSE 7860
25
 
26
  # Run the FastAPI app
27
- CMD ["uvicorn", "app.index:app", "--host", "0.0.0.0", "--port", "7860"]
 
24
  EXPOSE 7860
25
 
26
  # Run the FastAPI app
27
+ CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]