From fca19144dff1489b3abc644e746c8c8f41b7ce27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=A8?= Date: Wed, 19 Feb 2025 20:10:21 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=B0=86=E7=AB=AF=E5=8F=A3?= =?UTF-8?q?=E4=BB=8E=208000=20=E6=9B=B4=E6=94=B9=E4=B8=BA=206666?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改了 app.py、Dockerfile、main.py 中的端口设置 - 更新了 README.md 和 README_EN.md 中的端口相关说明 - 调整了 API 文档的访问路径 --- Dockerfile | 2 +- README.md | 8 ++++---- README_EN.md | 8 ++++---- main.py | 2 +- source/application/app.py | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Dockerfile b/Dockerfile index c14bc94..b760a88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,6 @@ RUN pip install --no-cache-dir -r /app/requirements.txt VOLUME /app -EXPOSE 8000 +EXPOSE 6666 CMD ["python", "main.py"] diff --git a/README.md b/README.md index 6e32748..acb2c8d 100644 --- a/README.md +++ b/README.md @@ -83,8 +83,8 @@
  • 创建容器
  • 运行容器
  • Create Container
  • Run Container