I’m trying to setup a real basic .net 5.0 API in Docker. I’m completely new to Docker so for the most part, I think I have what is needed, but I ran into a snag. I am using an internal NuGet package. I create a NuGet.Config file with the PackageSource listed in there. Now when ..