sarim commited on
Commit
0053814
·
1 Parent(s): 53330ab
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,4 +22,4 @@ RUN apt update && apt install -y ffmpeg
22
 
23
  # COPY --chown=user . $HOME/app
24
 
25
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
22
 
23
  # COPY --chown=user . $HOME/app
24
 
25
+ CMD ["uvicorn", "main:main", "--host", "0.0.0.0", "--port", "7860"]