fix:docker build时的readme.md错误。

This commit is contained in:
Dallas
2026-06-23 23:06:16 +08:00
parent 5fd92b8377
commit d35e339d89
+1
View File
@@ -16,6 +16,7 @@ WORKDIR /app
RUN pip install --no-cache-dir uv
# Backend deps
COPY README.md /README.md
COPY backend/pyproject.toml backend/uv.lock* ./
RUN uv sync --frozen --no-dev || uv sync --no-dev