From 1a0a1ab50ff83447b54da21a898a9ad4b1b1d848 Mon Sep 17 00:00:00 2001 From: "cnb.aUOqoEV4wEA" Date: Wed, 12 Nov 2025 22:07:48 +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, 1 insertion(+), 3 deletions(-) diff --git a/cache.dockerfile b/cache.dockerfile index 89c28922..3d854c58 100644 --- a/cache.dockerfile +++ b/cache.dockerfile @@ -14,11 +14,9 @@ WORKDIR /app # 将 by 中的文件列表 COPY 过来 COPY . . -RUN npm ci - RUN npm i -g corepack -RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile +RUN pnpm install --frozen-lockfile RUN echo "Builder Success 🎉"