Henamen21 commited on
Commit
41ca323
·
1 Parent(s): d5ca7a3

editing CMD

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -9,4 +9,5 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
9
 
10
  COPY . .
11
 
12
- CMD ["python", "app.py", "--host", "0.0.0.0", "--port", "7860"]
 
 
9
 
10
  COPY . .
11
 
12
+ #CMD ["python", "app.py", "--host", "0.0.0.0", "--port", "7860"]
13
+ CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]