From ff67b1a87a332000cdbf2290d418497bb88d676d Mon Sep 17 00:00:00 2001 From: NPM Mirror Bot Date: Sat, 12 Feb 2022 03:51:09 +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 c4b70fa..c258618 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ COPY build /opt/app/build COPY config /opt/app/config COPY static /opt/app/static -RUN npm install --registry=https://registry.npm.taobao.org +RUN npm install --registry=https://registry.npmmirror.com RUN npm run build EXPOSE 8080