Just an app Running locally Download and install .NET 6 from official source (at least RC2), and run dotnet run Running with docker Build the image docker build -t anapp . then run the app docker run -e "ENV=Staging" -d -p 8080:80 anapp and, then browse http://localhost:8080/