From 86b7c871f254dd3178de06818f4d387af8c05b4f Mon Sep 17 00:00:00 2001 From: Non-Official NPM Mirror Bot <99484857+npmmirror@users.noreply.github.com> Date: Mon, 14 Feb 2022 16:47:03 +0800 Subject: [PATCH] update https://registry.npm.taobao.org to https://registry.npmmirror.com (#9592) Co-authored-by: NPM Mirror Bot --- Dockerfile.dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.dev b/Dockerfile.dev index b2c3d258..18446181 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -3,7 +3,7 @@ FROM node:latest WORKDIR /usr/src/app/ COPY package.json ./ -RUN npm install --silent --no-cache --registry=https://registry.npm.taobao.org +RUN npm install --silent --no-cache --registry=https://registry.npmmirror.com COPY ./ ./