From c73d294c6eaeaeca4b7f874502470481bd68a00b Mon Sep 17 00:00:00 2001 From: Dreamglade Date: Mon, 4 Aug 2025 13:17:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=BA=86=E4=B8=80=E4=B8=8B=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Dockerfile b/scripts/Dockerfile index 4036198..832db25 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -7,6 +7,7 @@ ENV PATH="$PNPM_HOME:$PATH" ENV NODE_OPTIONS=--max-old-space-size=8192 ENV TZ=Asia/Shanghai.0 +RUN npm install -g pnpm@10.14.0 WORKDIR /app COPY . .