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

This commit is contained in:
root 2024-08-17 22:39:52 +08:00
parent 711166c910
commit 24698f83e0
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ FROM node:alpine
WORKDIR /gva_web/ WORKDIR /gva_web/
COPY . . COPY . .
RUN yarn config set registry https://registry.npm.taobao.org RUN yarn config set registry https://registry.npm.taobao.org
RUN yarn RUN yarn install
RUN yarn build RUN yarn build
FROM nginx:alpine FROM nginx:alpine