瀏覽代碼

azure_nuget

datasub12_fetal_heart_rate_0
H Vs 3 月之前
父節點
當前提交
40c22c777d
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      HealthMonitor.WebApi/Dockerfile

+ 1
- 0
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"


Loading…
取消
儲存