a
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 6m29s

This commit is contained in:
2026-05-06 10:41:53 +08:00
parent ef6fbc1521
commit 3bfe126f41

View File

@@ -88,9 +88,9 @@ RUN pip install --no-cache-dir --default-timeout=300 -r requirements.txt
COPY docker/models/fastembed_cache /app/fastembed_cache COPY docker/models/fastembed_cache /app/fastembed_cache
# ============================================================================= # =============================================================================
# 复制项目代码 # 复制项目代码(保持 backend 目录结构,适配绝对导入 from backend.app.xxx
# ============================================================================= # =============================================================================
COPY backend/ ./ COPY backend /app/backend
# ============================================================================= # =============================================================================
# 暴露端口 # 暴露端口