Skip to content

express.static is different for docker container #291

@Arjen-1

Description

@Arjen-1

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions