Do buildpacks define any convention about the default port to use for the web server?
I mean, if I need to route the HTTP requests to a container built with pack (it can be any application built with any builder), is there a default port / convention?
By default, should I route the traffic to port 80, 3000, 8080 or something else?
Do buildpacks define any convention about the default port to use for the web server?
I mean, if I need to route the HTTP requests to a container built with
pack(it can be any application built with any builder), is there a default port / convention?By default, should I route the traffic to port 80, 3000, 8080 or something else?