Initial 18.0

This commit is contained in:
Jared Kipe
2024-10-06 06:37:30 -06:00
parent 6040b8490e
commit 4e60f0b990
13 changed files with 662 additions and 0 deletions

10
Dockerfile Normal file
View File

@@ -0,0 +1,10 @@
FROM hibou/hibou-odoo:18.0
USER odoo
COPY --from=hibou/flow /flow /flow
COPY --chown=104 entrypoint.sh /entrypoint.sh
COPY --chown=104 . /opt/odoo/hibou-suite
RUN rm /etc/odoo/odoo.conf \
&& cp /opt/odoo/hibou-suite/debian/odoo.conf /etc/odoo/odoo.conf \
;