Files
yunrui_asset/.work/错误记录.md
T

9 lines
787 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 错误记录
## 2026-06-18
- **步骤**:9/10 构建与启动 / 健康验证
- **错误信息**`failed to receive status: rpc error: code = Unavailable desc = error reading from server: EOF`
- **原因分析**:本地 Docker 守护进程在构建过程中多次崩溃(返回 500 错误),导致构建中断。可能由于系统资源占用过高或 Docker Desktop 稳定性问题。
- **尝试措施**:重试了 3 次(包含背景构建和前台构建),均在前端构建阶段由于 RPC 错误中断。
- **当前状态**:代码已完成标准化定制(品牌、端口、配置、示例数据脚本、关于页面),但本地 Docker 部署无法完成。建议在资源更充足的环境下重试 `docker compose -f docker-compose.full.yml up -d --build`