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

This commit is contained in:
root 2024-08-17 22:38:32 +08:00
parent 54c3e5f06f
commit 711166c910
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ FROM node:alpine
WORKDIR /gva_web/
COPY . .
RUN yarn config set registry https://registry.npm.taobao.org
RUN yarn && yarn build
RUN yarn
RUN yarn build
FROM nginx:alpine
LABEL MAINTAINER="SliverHorn@sliver_horn@qq.com"