Update Dockerfile

This commit is contained in:
mannp 2018-10-04 10:43:10 +01:00 committed by GitHub
parent 38ecd46b1f
commit 8c015eeb51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,7 @@ RUN set -x; \
# Copy entrypoint script and Odoo configuration file
RUN pip3 install num2words xlwt
COPY ./entrypoint.sh /
RUN chmod +x /entrypoint.sh
COPY ./odoo.conf /etc/odoo/
RUN chown odoo /etc/odoo/odoo.conf