修复Dockerfile构建失败:移除README.md的COPY(被.dockerignore排除)

This commit is contained in:
yml2213
2026-06-23 00:57:27 +08:00
parent 93d358f214
commit 157793cf0f
2 changed files with 0 additions and 4 deletions
-3
View File
@@ -26,8 +26,5 @@ slice.jpg
.vscode/
.idea/
# 文档
*.md
# 测试日志
11.log
-1
View File
@@ -29,7 +29,6 @@ RUN uv venv /app/.venv && uv pip install -e .
COPY core/ ./core/
COPY utils/ ./utils/
COPY web/backend/ ./web/backend/
COPY README.md ./
# 复制前端构建产物
COPY --from=frontend-builder /build/dist ./web/frontend/dist