[temp-fix] use custome image at deploy time

This commit is contained in:
2026-04-11 23:12:38 -04:00
parent 9642722619
commit 85ebe3382d
2 changed files with 7 additions and 1 deletions

3
dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM odoo:19
COPY ./modules /mnt/extra-addons
RUN chown -R odoo:odoo /mnt/extra-addons