when executing the command - docker exec odoo scaffold /mnt/extra-addons >>>PermissionError: [Errno 13] Permission denied : '/mnt/extra-addons/device' I've already tried -sudo chmod 777 /mnt
it was supposed to be a project from scratch
when executing the command - docker exec odoo scaffold /mnt/extra-addons >>>PermissionError: [Errno 13] Permission denied : '/mnt/extra-addons/device' I've already tried -sudo chmod 777 /mnt
it was supposed to be a project from scratch
Copyright © 2021 Jogjafile Inc.
It works with root, like this:
I took this solution from here.