From 38f7b2d5506ba20f3f2861af9fa91095b88dfcfd Mon Sep 17 00:00:00 2001 From: wenyongda Date: Thu, 24 Jul 2025 13:13:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9Dockerfile=E4=B8=ADpnpm?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E6=BA=90=EF=BC=8C=E5=8A=A0=E5=BF=AB=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E6=8B=89=E5=8E=BB=E9=80=9F=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index ca57766..d35e8a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ WORKDIR /app COPY . . RUN npm install -g pnpm +RUN npm config set registry https://registry.npmmirror.com RUN pnpm install RUN pnpm build