From 781de48b4b31b1676fb69b4321373c98bf461723 Mon Sep 17 00:00:00 2001 From: NPM Mirror Bot Date: Fri, 11 Feb 2022 14:02:43 +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 98aa96a..d8a83e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN pip3 install --no-cache-dir -i https://pypi.tuna.tsinghua.edu.cn/simple -r r # 前端依赖 WORKDIR ./frontend COPY frontend/package.json ./ -RUN npm i --registry=https://registry.npm.taobao.org +RUN npm i --registry=https://registry.npmmirror.com # 编译前端 COPY . ../