Hi ,
First of all many thanks for the project!
I would like to discuss the folllowing:
When I containerized the app I needed to change the express.static to :
app.use('/', express.static(pathJoin(__dirname, '../public/browser')));
Did I misunderstand a step or setting or should we add this to the readme? I'd love to make a PR for this.