From 4c1222257b07459932b6f3b00b853960e0337e8d Mon Sep 17 00:00:00 2001 From: sijinhui Date: Tue, 2 Jul 2024 00:37:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=BF=E6=8D=A2=E5=A4=B1=E8=B4=A5=E7=9A=84?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 06e3b1b5a..3040a0ce4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,8 +22,8 @@ WORKDIR /app COPY package.json yarn.lock ./ RUN yarn config set registry 'https://registry.npmmirror.com/' -RUN yarn config set sharp_binary_host "https://npm.taobao.org/mirrors/sharp" -RUN yarn config set sharp_libvips_binary_host "https://npm.taobao.org/mirrors/sharp-libvips" +RUN yarn config set sharp_binary_host "https://npmmirror.com/mirrors/sharp" +RUN yarn config set sharp_libvips_binary_host "https://cdn.npmmirror.com/binaries/sharp-libvips" #RUN # 清理遗留的缓存 #RUN yarn cache clean RUN yarn install