entrypoint,d scripts execution permissions problem #634
Unanswered
santiky
asked this question in
Doodba - The image
Replies: 1 comment 1 reply
|
It's working on our side (also on Ubuntu 24.04 and testing with 22.04 and 20.04 as well), and in the tests Which docker version are you using? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello,
i'm having troubles trying to insert a script in odoo/custom/entrypoint.d folder. I have added the script in folder with execution permissions but when is copied to the container, the execution bit is removed and it is not executed when container boots up. I have resolved this adding a new line in odoo/dockerfile chmoding the file in container but it looks like a workaround... am i loosing some point or is it a doodba issue?
I'm using copier template in ubuntu 24.04.
All reactions