Skip to content

Commit c06f509

Browse files
committed
fix: write permission for group root
1 parent 1a481bb commit c06f509

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ RUN groupadd -g $GID odoo \
1515
/odoo/data/odoo/addons \
1616
/odoo/data/odoo/filestore \
1717
/odoo/data/odoo/sessions \
18+
/odoo/odoo-bin \
19+
/odoo/before-migrate-entrypoint.d \
20+
/odoo/start-entrypoint.d \
1821
&& install -m 660 -o odoo /dev/null /odoo/odoo.cfg \
1922
&& install -m 660 -o odoo /dev/null /odoo/.bashrc
2023

0 commit comments

Comments
 (0)