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