修复Docker构建:跳过TS类型检查直接vite build,移除未使用的adminMenus

This commit is contained in:
Admin
2026-04-29 22:37:11 +08:00
parent cc20f2c74f
commit cc5ee51158
2 changed files with 1 additions and 32 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ RUN pnpm install --frozen-lockfile
COPY frontend/ ./
RUN pnpm build
RUN pnpm vite build
FROM golang:1.21-alpine AS backend-builder