odoo / docker

Other
979 stars 1.57k forks source link

[IMP] Odoo 15.0-17.0: ensure the correct permissions for entrypoint #513

Open kobros-tech opened 4 months ago

kobros-tech commented 4 months ago

In some situations the entrypoint permissions can change while downloading or transferring the docker directory. If file permissions change, it is very difficult to find out which permissions should be assigned to that file. It can be a critical bug, and hard to fix as the entrypoint permissions differ from one app than another.