UNCLASSIFIED - NO CUI

Odoo fails to start

Summary

Running odoo from the command line fails.

Steps to reproduce

  • Start a PostgreSQL server - $ docker run -d -e POSTGRES_USER=odoo -e POSTGRES_PASSWORD=odoo -e POSTGRES_DB=postgres --name db postgres:10
  • Start an Odoo instance $ docker run -p 8069:8069 --name odoo --link db:db -t ib-odoo-image

What is the current bug behavior?

/entrypoint.sh: line 34: exec: odoo: not found

What is the expected correct behavior?

The container should start correctly.

Possible fixes

Odoo might need to be built from source, along with it's dependencies. As it stands, it isn't installing correctly.

Defintion of Done

  • Bug has been identified and corrected within the container
Edited by Michael Simmons