From 47bd3bfed610892268972e9c30bd5b8ccc6254d0 Mon Sep 17 00:00:00 2001 From: NPM Mirror Bot Date: Fri, 11 Feb 2022 14:02:53 +0000 Subject: [PATCH] update https://registry.npm.taobao.org to https://registry.npmmirror.com --- web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index 8a6f44c..664258c 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -11,7 +11,7 @@ COPY . /htdocs/ WORKDIR /htdocs/ RUN set -ex; \ - npm --registry=https://registry.npm.taobao.org install + npm --registry=https://registry.npmmirror.com install ENV PORT=3000 \ ANT_MONGO_URI=mongodb://127.0.0.1/ant \