Download sdk and aspnet images
https://github.com/dotnet/dotnet-docker
builder.WebHost.ConfigureKestrel(serverOption => {
serverOption.Listen(System.Net.IPAddress.Any, 8080);
});docker compose up -dDownload sdk and aspnet images
https://github.com/dotnet/dotnet-docker
builder.WebHost.ConfigureKestrel(serverOption => {
serverOption.Listen(System.Net.IPAddress.Any, 8080);
});docker compose up -d