molehh commited on
Commit
159fc5c
·
1 Parent(s): 23bf92a

modified docker file

Browse files
Files changed (1) hide show
  1. dockerfile +1 -1
dockerfile CHANGED
@@ -24,4 +24,4 @@ COPY --chown=user . /app
24
  EXPOSE 7860
25
 
26
  # Run the FastAPI app with Uvicorn
27
- CMD ["uvicorn", "src.backend.main", "--host", "0.0.0.0", "--port", "7860"]
 
24
  EXPOSE 7860
25
 
26
  # Run the FastAPI app with Uvicorn
27
+ CMD ["uvicorn", "src.backend.main:app", "--host", "0.0.0.0", "--port", "7860"]