From 60c4958adf36f6ce560312202e148230189b0ee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=85=86=E9=91=AB?= Date: Sun, 26 Oct 2025 13:18:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=87=E6=8D=A2yarn=E4=B8=BA=E5=9B=BD?= =?UTF-8?q?=E5=86=85=E9=95=9C=E5=83=8F=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- applications/KonSoft.AuthServer/.yarnrc | 1 - applications/KonSoft.AuthServer/Dockerfile | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 applications/KonSoft.AuthServer/.yarnrc diff --git a/applications/KonSoft.AuthServer/.yarnrc b/applications/KonSoft.AuthServer/.yarnrc deleted file mode 100644 index ccf4b03..0000000 --- a/applications/KonSoft.AuthServer/.yarnrc +++ /dev/null @@ -1 +0,0 @@ -registry "https://registry.npmmirror.com" \ No newline at end of file diff --git a/applications/KonSoft.AuthServer/Dockerfile b/applications/KonSoft.AuthServer/Dockerfile index c5ce8c2..12ac027 100644 --- a/applications/KonSoft.AuthServer/Dockerfile +++ b/applications/KonSoft.AuthServer/Dockerfile @@ -38,6 +38,8 @@ RUN dotnet nuget locals all --clear RUN dotnet nuget add source https://mirrors.huaweicloud.com/repository/nuget/v3/index.json -n HuaweiCloud RUN dotnet tool install -g Volo.Abp.Cli --version 8.3.4 ENV PATH="$PATH:/root/.dotnet/tools" +RUN yarn config set registry https://registry.npmmirror.com +RUN yarn cache clean RUN abp install-libs RUN dotnet build "./KonSoft.AuthServer.csproj" -c $BUILD_CONFIGURATION -o /app/build