AurelioAguirre commited on
Commit
0776594
·
1 Parent(s): 9ad1b29

moved folders v2

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,5 +14,5 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
14
  COPY --chown=user . /app
15
  COPY --chown=user main $HOME/app/main
16
 
17
- CMD ["uvicorn", "main.app:app", "--host", "0.0.0.0", "--port", "7860"]
18
 
 
14
  COPY --chown=user . /app
15
  COPY --chown=user main $HOME/app/main
16
 
17
+ CMD ["python", "-m", "main.app"]
18