容器使用包bug
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 1m14s

This commit is contained in:
2026-04-20 17:48:57 +08:00
parent c210bcdb0b
commit b15f8e1ef4

View File

@@ -42,6 +42,7 @@ RUN pip install --no-cache-dir spacy && \
# =============================================================================
# 复制项目代码 (只复制必需的文件夹,避免依赖被忽略的目录)
# =============================================================================
COPY ./rag_core /app/rag_core
COPY app/ ./app/
COPY frontend/ ./frontend/
COPY scripts/ ./scripts/