From c35c5104c92e9c751d08a14244177976aede3c1d Mon Sep 17 00:00:00 2001 From: root Date: Sat, 17 Aug 2024 22:48:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20web/Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/web/Dockerfile b/web/Dockerfile index ca478cef..4f77e90b 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -2,6 +2,7 @@ FROM node:16 WORKDIR /gva_web/ COPY . . +RUN npm config set registry https://registry.npm.taobao.org RUN npm install -g yarn@latest RUN yarn config set registry https://registry.npm.taobao.org RUN yarn install