Hello
Using this command line for build:
docker run --rm -it --name slate -v $(shell pwd)/build:/srv/slate/build -v $(shell pwd)/slate/source:/srv/slate/source slatedocs/slate build
The build folder is generated with the root owner
To delete it we need to use sudo
That is not nice for a CI/CD
Could you change the Dockerfile to generate the build folder with the current user as owner?