[IMP] Change to ENTRYPOINT + CMD

The addition of `set -e` in the run.sh script exposed the fact that it
was erroring out when `$# -eq 0`.
This commit is contained in:
Mike Dillon 2015-03-10 17:46:12 -07:00 committed by Samus CTO
parent 59930badc2
commit 129639a5e7

View File

@ -45,3 +45,4 @@ ENV OPENERP_SERVER /etc/odoo/openerp-server.conf
USER odoo
ENTRYPOINT ["/entrypoint.sh"]
CMD ["/usr/bin/openerp-server"]