showme commited on
Commit
bacf64f
·
verified ·
1 Parent(s): 5ca52e2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,4 +27,4 @@ ENV HF_HOME=/app/.cache
27
  RUN pip install --no-cache-dir -r requirements.txt
28
 
29
  # 设置容器启动时的命令
30
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
 
27
  RUN pip install --no-cache-dir -r requirements.txt
28
 
29
  # 设置容器启动时的命令
30
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]