Update Dockerfile

Replace "odoo" by "odoo-bin" in CMD line
This commit is contained in:
Pascal GOUHIER 2017-01-05 00:52:51 +01:00 committed by GitHub
parent d780e6fe36
commit 80bbb61ef1

View File

@ -52,4 +52,4 @@ ENV ODOO_RC /etc/odoo/odoo.conf
USER odoo USER odoo
ENTRYPOINT ["/entrypoint.sh"] ENTRYPOINT ["/entrypoint.sh"]
CMD ["odoo"] CMD ["odoo-bin"]