Dockerfile看不到本地文件或私有Nuget服务器

如下代码  dotnet restore 添加2个包源,2个-s,一个是官方的,一个是内网的。

RUN dotnet restore "FONE.Gateway/FONE.Gateway.csproj" -s http://10.10.1.66:1000/v3/index.json -s https://api.nuget.org/v3/index.json
原文地址:https://www.cnblogs.com/puzi0315/p/15539462.html