fix: Docker构建时复制README.md文件 [AC-AISVC-01]

This commit is contained in:
MerCry 2026-02-26 02:13:26 +08:00
parent 366f38e17f
commit a3b7f2cc51
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ WORKDIR /app
RUN pip install --no-cache-dir uv RUN pip install --no-cache-dir uv
COPY pyproject.toml . COPY pyproject.toml README.md ./
RUN uv pip install --system --no-cache-dir . RUN uv pip install --system --no-cache-dir .