Kiran5 commited on
Commit
69d8f46
·
1 Parent(s): cd2e7f3

Add application file

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,5 +22,5 @@ COPY --chown=user . /app
22
  EXPOSE 7860
23
 
24
  # CMD to run the FastAPI app with Uvicorn
25
- CMD ["uvicorn", "src.main:app", "--host", "0.0.0.0", "--port", "7860"]
26
 
 
22
  EXPOSE 7860
23
 
24
  # CMD to run the FastAPI app with Uvicorn
25
+ CMD ["sh", "-c", "python main.py"]
26