binqiangliu commited on
Commit
b1ce2d3
·
1 Parent(s): 16bb39a

Update Dockerfile

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