更新 web/Dockerfile
Docker Deploy / build-and-deploy (push) Failing after 1m46s Details

This commit is contained in:
root 2024-08-17 22:48:34 +08:00
parent a0dbd56609
commit c35c5104c9
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ FROM node:16
WORKDIR /gva_web/ WORKDIR /gva_web/
COPY . . COPY . .
RUN npm config set registry https://registry.npm.taobao.org
RUN npm install -g yarn@latest RUN npm install -g yarn@latest
RUN yarn config set registry https://registry.npm.taobao.org RUN yarn config set registry https://registry.npm.taobao.org
RUN yarn install RUN yarn install