I have built my ASP.NET Core website, I can deploy it into a docker image and run it as a container. Everything is hunky dory until I want to move it to our public server that has different configuration settings, like db connection string. I have built my ASP.NET Core website, I can dep