exable324 commited on
Commit
120a1bc
·
verified ·
1 Parent(s): 6409d38

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,4 +27,4 @@ COPY ./requirements.txt /code/requirements.txt
27
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
28
  COPY . .
29
  # HF Spaces 默认端口是 7860
30
- CMD ["uvicorn", "app.py:app", "--host", "0.0.0.0", "--port", "7860"]
 
27
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
28
  COPY . .
29
  # HF Spaces 默认端口是 7860
30
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]