docker-odoo/10.0
Simon Lejeune ab612f290f [FIX] Odoo 8.0-10.0: entrypoints: pass the pg parameters with CMD
When nothing is passed as argument to the docker container, the
entrypoint will receive the content of the CMD of the dockerfile. In
this case we have to pass the database configuration arguments, else
Odoo won't run correctly. This is the case when you run the command of
our documentation:

``` docker run -p 8069:8069 --name odoo --link db:db -t odoo ```

However, it should still be possible to run custom command (like `ls /`).
2016-11-03 15:02:17 +01:00
..
Dockerfile [REF] Odoo 8.0-10.0: install needed dependencies for worker mode 2016-10-25 19:30:16 +02:00
entrypoint.sh [FIX] Odoo 8.0-10.0: entrypoints: pass the pg parameters with CMD 2016-11-03 15:02:17 +01:00
odoo.conf [ADD] Odoo: 10.0 2016-10-25 12:11:31 +02:00