From 02192b58638685ff2caee40b2ff62243885811ae Mon Sep 17 00:00:00 2001 From: NPM Mirror Bot Date: Fri, 11 Feb 2022 13:55:59 +0000 Subject: [PATCH] update https://registry.npm.taobao.org to https://registry.npmmirror.com --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9e23b44..0c68482 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM node:lts-alpine WORKDIR /app COPY . /app -RUN npm config set registry "https://registry.npm.taobao.org/" \ +RUN npm config set registry "https://registry.npmmirror.com/" \ && npm install -g npm husky \ && npm install --production