This commit is contained in:
Sakurasan
2026-07-06 00:12:46 +08:00
parent f6a445fe0e
commit 28306124f6
+1 -1
View File
@@ -3,7 +3,7 @@ FROM node:22-alpine AS build
WORKDIR /app
COPY . .
RUN corepack enable && pnpm install
RUN corepack enable && COREPACK_ENABLE_STRICT=0 && pnpm install
RUN pnpm build