diff --git a/docs/design/m2-frontend-v2.md b/docs/design/m2-frontend-v2.md index 6a9218f..9021029 100644 --- a/docs/design/m2-frontend-v2.md +++ b/docs/design/m2-frontend-v2.md @@ -214,7 +214,7 @@ - **Reviewer**: fallback 不拦截 `/api`、`/docs`、`/openapi.json`、静态资源;未登录访问 API 仍 401(不是被 SPA 壳吞掉)。 ### M2-T12 — 多阶段 Dockerfile + CI/compose -- **Status**: `todo` · **Depends**: M2-T11 +- **Status**: `done` · **Depends**: M2-T11 - **Files**: `modify Dockerfile`(node build 阶段 → 拷 `dist` 进 python 镜像);`modify .github/workflows/*`(加前端 build/lint/typecheck);`modify tests/test_deployment.py`(镜像断言更新) - **Acceptance**: - [ ] 镜像构建成功且运行镜像不含 node 运行时。