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