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 依赖