muryshev commited on
Commit
39ad741
·
verified ·
1 Parent(s): a11b723

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,4 +14,4 @@ RUN pip3 install --upgrade pip
14
 
15
  RUN pip3 install -r requirements.txt
16
 
17
- CMD ["python", "-m", "uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
14
 
15
  RUN pip3 install -r requirements.txt
16
 
17
+ CMD ["python", "-m", "uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]