Co-authored-by: NPM Mirror Bot <npmmirror@localhost>
This commit is contained in:
Non-Official NPM Mirror Bot 2022-02-12 11:50:19 +08:00 committed by GitHub
parent f3ff00d2d6
commit 7d2b83e129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GOPROXY=https://goproxy.cn,direct go b
FROM node:14.17.6 AS FRONT
WORKDIR /web
COPY ./web .
RUN yarn config set registry https://registry.npm.taobao.org
RUN yarn config set registry https://registry.npmmirror.com
RUN yarn install && yarn run build
FROM alpine:latest