docker-odoo-project
docker-odoo-project copied to clipboard
missing executable bit in /start-entrypoint.d/001_set_report_url
I noticed that in camptocamp/odoo-project:11.0-latest the /start-entrypoint.d/001_set_report_url is missing the executable bit so it won't be executed.
docker run --rm --entrypoint "/bin/bash" -ti camptocamp/odoo-project:11.0-latest
root@85c327e2a9ee:/# ls -l /start-entrypoint.d/
total 8
-rwxrwxr-x 1 root root 991 Oct 31 16:22 000_set_base_url
-rw-rw-r-- 1 root root 648 Oct 31 16:22 001_set_report_url