From cff1e192be7b0c6584a30db6165a94d498c18f96 Mon Sep 17 00:00:00 2001 From: xubiaolin Date: Mon, 15 May 2023 10:51:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fa7cf2c..0e454d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/re && cd /app/ztncui/src \ && cp /app/patch/binding.gyp .\ && echo "开始配置npm环境"\ - && npm config set registry http://registry.npmmirror.com\ + && npm config set registry https://registry.npmmirror.com\ && npm install -g --progress --verbose node-gyp\ && npm install \ && echo 'HTTP_PORT=3443' >.env \