I am trying to start my .net core web api on container tech. using docker.
Environments=Windows 10,Visual Studio
Docker version:
Clien
You can add the private nuget through dotnet command, without the need to link to nuget.config file.
COPY *.csproj ./ RUN dotnet nuget add source -n RUN dotnet restore