fix container startup issue
Summary
Exit 2 on container startup
Steps to reproduce
deploy container
What is the current bug behavior?
docker-compose exit status is 'exit 2' (most likely: k8s startup will fail or crashloop with the same error)
What is the expected correct behavior?
container should start up and pass healthcheck
Relevant logs and/or screenshots
Cannot open: Permission denied (file is owned by root; should be owned by 1001 user)
Possible fixes
fix file ownership in dockerfile
Tasks
-
Bug has been identified and corrected within the container
Edited by Joe Roberts