Skip to content

Latest Enketo 3.0.1 Docker image crash due to esbuild not present #1044

@ghost

Description

The current Docker image does not load Enketo because when running grunt it expects the module "esbuild" however it is only present in Dev dependencies.

Also, in package.json you are indicating:

"engines": {
        "node": ">=14 <17",
        "npm": ">=6 <7"
    },

So, it would be good to upgrade the DockerFile to at least Node 14.

To Reproduce
Try to build the docker and run the App and it will crash

Expected behavior
Run the docker and it will run

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions