I want to deploy Bolero in the aspnet docker image from Microsoft.
This needs the app to listen on port 8080. The image enforces this with the env variable ASPNETCORE_HTTP_PORTS.
But Bolero seems to ignore this.
Anyone know how do I get this env variable to work?
Or a workaround?