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.
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
.