After trying to work with pglet app (using python package) in a docker container on our enterprise Kubernetes platform, it seems that pglet does not take the path of the application into account.
That means I need to instruct the framework to take into account that my app is running under /pglet instead of the default / (root) path.
For that, having a setting in the pglet.app() function would be awesome.