更新 web/Dockerfile
Docker Deploy / build-and-deploy (push) Failing after 38s
Details
Docker Deploy / build-and-deploy (push) Failing after 38s
Details
This commit is contained in:
parent
711166c910
commit
24698f83e0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue