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

This commit is contained in:
root 2024-08-17 22:41:51 +08:00
parent 24698f83e0
commit 556272a044
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ FROM node:alpine
WORKDIR /gva_web/ WORKDIR /gva_web/
COPY . . COPY . .
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
RUN yarn build RUN yarn build