muryshev commited on
Commit
bf60cde
1 Parent(s): cd09fba

Update Dockerfile

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