From 46466c50f4fe4b44496e77981b5bb1f19d6f9a46 Mon Sep 17 00:00:00 2001 From: "cnb.aUOqoEV4wEA" Date: Wed, 12 Nov 2025 23:14:37 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cache.dockerfile b/cache.dockerfile index fef5bc7f..329e5bd3 100644 --- a/cache.dockerfile +++ b/cache.dockerfile @@ -7,7 +7,7 @@ RUN npm config set registry http://mirrors.cloud.tencent.com/npm/ \ WORKDIR /data/cache -COPY package.json package-lock.yaml pnpm-workspace.yaml ./ +COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./ RUN pnpm i