From 36d415e31f0214b091f9eff0be5863c75a07fecc Mon Sep 17 00:00:00 2001 From: NPM Mirror Bot Date: Sat, 12 Feb 2022 03:43:01 +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 591b723..b8eb431 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM node:10.13 COPY . /app WORKDIR /app -RUN npm install pm2@3.5.0 -g --registry=https://registry.npm.taobao.org +RUN npm install pm2@3.5.0 -g --registry=https://registry.npmmirror.com RUN make install-lib RUN chmod +x /app/docker-entrypoint.sh ONBUILD COPY ./config.yaml /app