Download and install .NET 6 from official source (at least RC2), and run
dotnet runBuild the image
docker build -t anapp .then run the app
docker run -e "ENV=Staging" -d -p 8080:80 anappand, then browse http://localhost:8080/
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Download and install .NET 6 from official source (at least RC2), and run
dotnet runBuild the image
docker build -t anapp .then run the app
docker run -e "ENV=Staging" -d -p 8080:80 anappand, then browse http://localhost:8080/