From 40c22c777d86be68481be8fdec43c64f82ad4d68 Mon Sep 17 00:00:00 2001 From: H Vs Date: Thu, 18 Jul 2024 09:30:27 +0800 Subject: [PATCH] azure_nuget --- HealthMonitor.WebApi/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/HealthMonitor.WebApi/Dockerfile b/HealthMonitor.WebApi/Dockerfile index 9bf5e19..3ad4b78 100644 --- a/HealthMonitor.WebApi/Dockerfile +++ b/HealthMonitor.WebApi/Dockerfile @@ -40,6 +40,7 @@ COPY ["HealthMonitor.WebApi/HealthMonitor.WebApi.csproj", "HealthMonitor.WebApi/ RUN dotnet nuget remove source nuget.org #RUN dotnet nuget add source https://mirrors.cloud.tencent.com/nuget/ -n tencent_nuget RUN dotnet nuget add source https://repo.huaweicloud.com/repository/nuget/v3/index.json -n huaweicloud_nuget +RUN dotnet nuget add source https://nuget.cdn.azure.cn/v3/index.json -n azure_nuget RUN dotnet restore "HealthMonitor.WebApi/HealthMonitor.WebApi.csproj" COPY . . WORKDIR "/src/HealthMonitor.WebApi"