update DockerFile
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
|
||||
# Stage 1: 依赖安装 + 构建
|
||||
FROM node:22-alpine AS builder
|
||||
|
||||
ENV PNPM_APPROVE_BUILDS=*
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
# 先装依赖(缓存最大化)
|
||||
|
||||
Reference in New Issue
Block a user