更新 web/Dockerfile
Docker Deploy / build-and-deploy (push) Failing after 31s
Details
Docker Deploy / build-and-deploy (push) Failing after 31s
Details
This commit is contained in:
parent
24698f83e0
commit
556272a044
|
@ -2,6 +2,7 @@ FROM node:alpine
|
|||
|
||||
WORKDIR /gva_web/
|
||||
COPY . .
|
||||
RUN npm install -g yarn@latest
|
||||
RUN yarn config set registry https://registry.npm.taobao.org
|
||||
RUN yarn install
|
||||
RUN yarn build
|
||||
|
|
Loading…
Reference in New Issue