Phoenix21 commited on
Commit
f3db870
·
verified ·
1 Parent(s): 1a98492

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,4 +25,4 @@ COPY --chown=user . /app
25
  EXPOSE 7860
26
 
27
  # Start the FastAPI app using uvicorn
28
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
25
  EXPOSE 7860
26
 
27
  # Start the FastAPI app using uvicorn
28
+ CMD ["python", "-m", "uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]