Skip to content
This repository was archived by the owner on Jan 22, 2022. It is now read-only.
This repository was archived by the owner on Jan 22, 2022. It is now read-only.

Permission and npm issues building and running docker image #13

@wezell

Description

@wezell

We have 2 issues building and running our current docker image.

  1. Building from src fails because alpine bumped up the node version they install via apk in their 3.9 image which we do not support.
docker build --build-arg BUILD_FROM=COMMIT --build-arg BUILD_ID=origin/master -t dotcms-test .
  1. Once the docker image is created, it fails to run in different environments due to permissions issues on startup. This is reproducible on my local docker install (OS-X / brew) and on Amazon's Linux2 install.

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