- Install .NET SDK 5
- Install Docker
- Restore tool
dotnet tool restore
- Build solution
dotnet nuke
- Run image in Docker
docker-compose up
- Open browser on http://localhost:5000
- Create file
environment.ps1
$Env:POSTGRES_CONNECTION_STRING="postgres connection string on target server"
- Create
stack.yml
file./genStack.ps1
- Use file
stack.yml
to deploy docker stack