This commit is contained in:
Sakurasan
2026-07-06 00:20:56 +08:00
parent 5cbb87a2ef
commit 95594d1b1a
3 changed files with 1 additions and 7 deletions
+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 prepare pnpm@10 --activate && pnpm install
RUN pnpm build