修复Dockerfile构建失败:移除README.md的COPY(被.dockerignore排除)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user