Update Dockerfile
Browse files- 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", "
|
|
|
27 |
RUN pip install --no-cache-dir -r requirements.txt
|
28 |
|
29 |
# 设置容器启动时的命令
|
30 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|