[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:
parent
59930badc2
commit
129639a5e7
@ -45,3 +45,4 @@ ENV OPENERP_SERVER /etc/odoo/openerp-server.conf
|
|||||||
USER odoo
|
USER odoo
|
||||||
|
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
CMD ["/usr/bin/openerp-server"]
|
||||||
|
Loading…
Reference in New Issue
Block a user