Hello, I was not able to make the example project work:
- Using just as it is, returns this error on build stage:
chown: invalid user: ‘odoo:odoo’
The command '/bin/sh -c chown -R odoo:odoo /odoo' returned a non-zero code: 1
- When updating the Dockerfile's image to
ghcr.io/camptocamp/odoo-project:14.0-latest, building the image works but got this error after trying docker-compose up:
Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "docker-entrypoint.sh" executable file not found in $PATH: unknown
Hello, I was not able to make the example project work:
ghcr.io/camptocamp/odoo-project:14.0-latest, building the image works but got this error after tryingdocker-compose up: