9.0 Dockerfile: minor changes to be consistent with 8.0.

This commit is contained in:
Pedro Salgado 2016-12-30 15:41:35 -07:00
parent f47de21dbb
commit 95a374a28b
2 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,7 @@ RUN set -x; \
# Copy entrypoint script and Odoo configuration file
COPY "${ODOO_VERSION}/entrypoint.sh" /
COPY "${ODOO_VERSION}/openerp-server.conf" /etc/odoo/openerp-server.conf
COPY "${ODOO_VERSION}/openerp-server.conf" /etc/odoo/
RUN chown odoo /etc/odoo/openerp-server.conf
# Mount /var/lib/odoo to allow restoring filestore and /mnt/extra-addons for users addons

View File

@ -4,7 +4,6 @@ MAINTAINER Odoo S.A. <info@odoo.com>
ENV WKHTMLTOX_SHA1SUM 40e8b906de658a2221b15e4e8cd82565a47d7ee8
ENV WKHTMLTOX_VERSION 0.12.1.2
# Install some deps, lessc and less-plugin-clean-css, and wkhtmltopdf
RUN set -x; \
apt-get update \