chore: 更新配置文件和清理文档

This commit is contained in:
congsh
2026-02-05 16:21:25 +08:00
parent 64dc18f477
commit 950303ced5
7 changed files with 287 additions and 1614 deletions

View File

@@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
# 复制项目文件
COPY pyproject.toml ./
COPY pyproject.toml README.md ./
COPY src/ ./src/
# 安装依赖到虚拟环境