修复Docker构建:跳过TS类型检查直接vite build,移除未使用的adminMenus
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user