From 90116d561576e3f516df6ab59a10247869de55e5 Mon Sep 17 00:00:00 2001 From: "liweiliang0905@gmail.com" Date: Thu, 22 Jan 2026 14:06:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=20README.md=20?= =?UTF-8?q?=E5=88=B0=20Docker=20=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 07adbe2..093c64f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y \ && rm -rf /var/lib/apt/lists/* # 复制项目文件 -COPY pyproject.toml . +COPY pyproject.toml README.md ./ COPY src/ src/ # 安装 Python 依赖