Update Dockerfile
This commit is contained in:
parent
e34689bf67
commit
342aaadf28
@ -38,6 +38,7 @@ RUN set -x; \
|
|||||||
# Copy entrypoint script and Odoo configuration file
|
# Copy entrypoint script and Odoo configuration file
|
||||||
RUN pip3 install num2words xlwt
|
RUN pip3 install num2words xlwt
|
||||||
COPY ./entrypoint.sh /
|
COPY ./entrypoint.sh /
|
||||||
|
RUN chmod +x /entrypoint.sh
|
||||||
COPY ./odoo.conf /etc/odoo/
|
COPY ./odoo.conf /etc/odoo/
|
||||||
RUN chown odoo /etc/odoo/odoo.conf
|
RUN chown odoo /etc/odoo/odoo.conf
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user