From 0f55e2e1081e3bcc0adb75889d8d69e41e0c54b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=85=86=E9=91=AB?= Date: Thu, 23 Oct 2025 16:45:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0Dockerfile=E4=BB=A5?= =?UTF-8?q?=E8=AE=BE=E7=BD=AEYarn=E7=9A=84=E9=95=9C=E5=83=8F=E6=BA=90?= =?UTF-8?q?=E4=B8=BA=E5=8D=8E=E4=B8=BA=E4=BA=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- applications/KonSoft.AuthServer/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/KonSoft.AuthServer/Dockerfile b/applications/KonSoft.AuthServer/Dockerfile index 20ae08d..69b00ce 100644 --- a/applications/KonSoft.AuthServer/Dockerfile +++ b/applications/KonSoft.AuthServer/Dockerfile @@ -16,6 +16,7 @@ RUN echo "deb https://mirrors.huaweicloud.com/debian/ bookworm main contrib non- curl -sL https://deb.nodesource.com/setup_16.x | bash - && \ apt-get install -yq nodejs && \ npm install -g yarn@${YARN_VERSION} && \ + yarn config set registry https://mirrors.huaweicloud.com/repository/npm/ && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* ARG BUILD_CONFIGURATION=Release