From 7d2b83e12996827dbcc417c4a5e51b1f8e3edfc6 Mon Sep 17 00:00:00 2001 From: Non-Official NPM Mirror Bot <99484857+npmmirror@users.noreply.github.com> Date: Sat, 12 Feb 2022 11:50:19 +0800 Subject: [PATCH] update https://registry.npm.taobao.org to https://registry.npmmirror.com (#411) Co-authored-by: NPM Mirror Bot --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fa3a8d47..9d4b4f7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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