更新 web/Dockerfile
Docker Deploy / build-and-deploy (push) Failing after 1m46s
Details
Docker Deploy / build-and-deploy (push) Failing after 1m46s
Details
This commit is contained in:
parent
a0dbd56609
commit
c35c5104c9
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue