feat(data-ana): docker 本地测试通过 + gRPC 修复 + nextstep 上下游依赖文档

This commit is contained in:
SpecialX
2026-07-13 23:57:48 +08:00
parent b745443b6d
commit 5b06bdbc52
14 changed files with 2061 additions and 42 deletions

View File

@@ -25,6 +25,7 @@ COPY --from=builder /app/.venv /app/.venv
# 确保虚拟环境在 PATH 中
ENV PATH="/app/.venv/bin:$PATH"
ENV PYTHONPATH="/app/src"
ENV PYTHONUNBUFFERED=1
ENV PYTHONDONTWRITEBYTECODE=1