更新 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/
|
||||
COPY . .
|
||||
RUN yarn config set registry https://registry.npm.taobao.org
|
||||
RUN yarn
|
||||
RUN yarn install
|
||||
RUN yarn build
|
||||
|
||||
FROM nginx:alpine
|
||||
|
|
Loading…
Reference in New Issue