Skip to content
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

missing executable bit in /start-entrypoint.d/001_set_report_url #89

Open
pniederlag opened this issue Nov 9, 2018 · 0 comments
Open

Comments

@pniederlag
Copy link

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
pniederlag added a commit to pniederlag/docker-odoo-project that referenced this issue Nov 9, 2018
pniederlag added a commit to pniederlag/docker-odoo-project that referenced this issue Nov 12, 2018
Fixes camptocamp#89
Co-Authored-By: Guewen Baconnier
pniederlag added a commit to pniederlag/docker-odoo-project that referenced this issue Nov 12, 2018
Fixes camptocamp#89
Co-Authored-By: Guewen Baconnier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant