From 53f1245d83f4c70daeff4ebbcaa6f3bf891b7d50 Mon Sep 17 00:00:00 2001 From: Tianyu Liu Date: Sat, 13 Jun 2026 11:53:32 +0200 Subject: [PATCH] docs(m2): mark M2-T12 done --- docs/design/m2-frontend-v2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 运行时。