Skip to content
Snippets Groups Projects
Commit b1fab4ba489b authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:ambulance: run chown as user root

parent 55c09c79ea84
No related branches found
No related tags found
1 merge request!53Topic/default/fix chown
This commit is part of merge request !53. Comments created here will be created in the context of that merge request.
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
History History
======= =======
9.0.1
-----
Run chown in odoo as root.
9.0.0 9.0.0
----- -----
......
...@@ -571,6 +571,7 @@ ...@@ -571,6 +571,7 @@
remove=True, remove=True,
entrypoint="/bin/chown", entrypoint="/bin/chown",
mounts=mounts, mounts=mounts,
user="root",
) )
# avoid the duplication of unbind volumes with all addons # avoid the duplication of unbind volumes with all addons
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment