Henamen21 commited on
Commit
d29ac9b
·
1 Parent(s): d671ec9

editing CMD

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