-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Advice that directory /home/odoo/.cache Needs permission update #186
Comments
This folder can be changed during the image build since it is not a volume (I think so) Could you check what particular folders or files in the /home/odoo path has root permissions in order to run chown from the Dockerfile, please? e.g. and Also, the following path is missing in the PATH |
BTW
Notice we don't like to run |
FYI @allanpa88 |
I don't think we can place it in the Dockerfile since these folders are not part of the base install, but are generated by optional programs, like vim. In this case I also could not find |
You can use a find with
|
FYI |
When first running pre-commit-vauxoo
It tries to create new folders at directory /home/odoo/.cache/
But in doing so an Exception is raised:
Changing ownership on folder from root to odoo is needed
as directory is owned by root:
It would be good to have this advice when running t2d
Regards.
The text was updated successfully, but these errors were encountered: