Backport gitlab-ci, Dockerfile, and entrypoint from 13.0

This commit is contained in:
Jared Kipe
2020-12-03 13:18:58 -08:00
parent b7213bc1f1
commit 47eb650da8
3 changed files with 92 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
FROM hibou/hibou-odoo:11.0
USER 104
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 \