修改配置文件

This commit is contained in:
编码猿
2025-01-23 01:47:32 +08:00
parent 9f8f9839a4
commit 24c21dd296
4 changed files with 11 additions and 6 deletions

6
Dockerfile-project Normal file
View File

@@ -0,0 +1,6 @@
FROM 2271608011/ai-modelscope:v1.0
WORKDIR /code
COPY . /code
# 运行网站
CMD ["uvicorn", "main:app", "--proxy-headers","--host", "0.0.0.0", "--port", "9741"]