huginn icon indicating copy to clipboard operation
huginn copied to clipboard

chmod: changing permissions of '/app/.env': Operation not permitted

Open LvK8 opened this issue 4 years ago • 1 comments

When I use the docker cp command to copy to the docker modified. Env file, and then copy to the Docker in the same way, the container will not start. Docker: chmod: changing permissions of '/app/. Env ': Operation not permitted

LvK8 avatar Sep 08 '21 02:09 LvK8

Just change the ownership to the uid/gid that huginn docker uses before docker cp your file into docker. chown 1001:0 .env

tingod avatar Apr 19 '23 07:04 tingod