Closed chris48s closed 4 years ago
I'm running into this too. It looks like that because some of the CKAN initialization commands are run as root within the Dockerfile and start script, when CKAN creates non-existent directories, they are owned by root.
The tricky thing is that some paster commands should be run as root, while some should be run as ckan.
https://github.com/okfn/docker-ckan/pull/42 is a catch all and seems like a reasonable fix.
I believe this is now fixed (by #46)
These should be owned by the
ckan
user out-of-the-box