Arghya Ghosh commited on
Commit
255ff78
·
verified ·
1 Parent(s): 859384c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,4 +23,4 @@ COPY --chown=user . .
23
  EXPOSE 7860
24
 
25
  # Default command to run FastAPI with Uvicorn
26
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
23
  EXPOSE 7860
24
 
25
  # Default command to run FastAPI with Uvicorn
26
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]