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

Description
We have 2 issues building and running our current docker image.
- 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 .
- 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.