From 5a427d172335d48acf85bb3e9c3cb753e4eae3e7 Mon Sep 17 00:00:00 2001 From: "cnb.aUOqoEV4wEA" Date: Wed, 12 Nov 2025 23:00:44 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cache.dockerfile b/cache.dockerfile index b5cd13a0..24767435 100644 --- a/cache.dockerfile +++ b/cache.dockerfile @@ -15,8 +15,9 @@ WORKDIR /app # copy package.json and pnpm-lock.yaml to workspace COPY . /app - +RUN npm config set registry https://mirrors.cloud.tencent.com/npm/ RUN npm install -g pnpm@10.14.0 +RUN pnpm config set registry https://mirrors.cloud.tencent.com/npm/ RUN pnpm install --frozen-lockfile