exakat-docker icon indicating copy to clipboard operation
exakat-docker copied to clipboard

Docker runs as root

Open pauldburton opened this issue 6 years ago • 0 comments

So following the tutorial, I have setup the docker image to run on our CI server. The issue is the docker file creates the reports as root. This makes it hard for the CI server to clean up after itself.

The docker image should be updated to use a different user such as 1000.

pauldburton avatar Feb 26 '19 14:02 pauldburton