From fa04e081073b244d68fecf8191b0e7d2a8e4ab1d Mon Sep 17 00:00:00 2001 From: "cnb.aUOqoEV4wEA" Date: Wed, 12 Nov 2025 22:49:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=96=87=E4=BB=B6=20cache.do?= =?UTF-8?q?ckerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cache.dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cache.dockerfile b/cache.dockerfile index a102595e..b5cd13a0 100644 --- a/cache.dockerfile +++ b/cache.dockerfile @@ -8,7 +8,7 @@ ENV TZ=Asia/Shanghai ENV NODE_PATH=/app/node_modules -RUN npm i -g corepack + WORKDIR /app @@ -16,7 +16,7 @@ WORKDIR /app COPY . /app -RUN pnpm -v +RUN npm install -g pnpm@10.14.0 RUN pnpm install --frozen-lockfile