File tree Expand file tree Collapse file tree 5 files changed +20
-20
lines changed
Expand file tree Collapse file tree 5 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ RUN adduser --disabled-password -u $UID --gid $GID --gecos '' odoo \
1515 && chown -R odoo:root /var/log/odoo
1616
1717COPY --chown=odoo:root --chmod=770 ./install /install
18- COPY --chown=odoo:root --chmod=660 ./base_requirements.txt /odoo
19- COPY --chown=odoo:root --chmod=660 ./extra_requirements.txt /odoo
18+ COPY --chown=odoo:root --chmod=770 ./base_requirements.txt /odoo
19+ COPY --chown=odoo:root --chmod=770 ./extra_requirements.txt /odoo
2020
2121# Moved because there was a bug while installing `odoo-autodiscover`. There is
2222# an accent in the contributor name
@@ -54,9 +54,9 @@ RUN set -x; \
5454# wait on postgres
5555RUN /install/dockerize.sh
5656
57- COPY --chown=odoo:root --chmod=660 ./src_requirements.txt /odoo
57+ COPY --chown=odoo:root --chmod=770 ./src_requirements.txt /odoo
5858COPY --chown=odoo:root --chmod=770 ./bin /odoo/odoo-bin
59- COPY --chown=odoo:root --chmod=660 ./templates /templates
59+ COPY --chown=odoo:root --chmod=770 ./templates /templates
6060COPY --chown=odoo:root --chmod=770 ./before-migrate-entrypoint.d /odoo/before-migrate-entrypoint.d
6161COPY --chown=odoo:root --chmod=770 ./start-entrypoint.d /odoo/start-entrypoint.d
6262COPY --chown=odoo:root --chmod=770 ./MANIFEST.in /odoo
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ RUN adduser --disabled-password -u $UID --gid $GID --gecos '' odoo \
1515 && chown -R odoo:root /var/log/odoo
1616
1717COPY --chown=odoo:root --chmod=770 ./install /install
18- COPY --chown=odoo:root --chmod=660 ./base_requirements.txt /odoo
19- COPY --chown=odoo:root --chmod=660 ./extra_requirements.txt /odoo
18+ COPY --chown=odoo:root --chmod=770 ./base_requirements.txt /odoo
19+ COPY --chown=odoo:root --chmod=770 ./extra_requirements.txt /odoo
2020
2121# Moved because there was a bug while installing `odoo-autodiscover`. There is
2222# an accent in the contributor name
@@ -54,9 +54,9 @@ RUN set -x; \
5454# wait on postgres
5555RUN /install/dockerize.sh
5656
57- COPY --chown=odoo:root --chmod=660 ./src_requirements.txt /odoo
57+ COPY --chown=odoo:root --chmod=770 ./src_requirements.txt /odoo
5858COPY --chown=odoo:root --chmod=770 ./bin /odoo/odoo-bin
59- COPY --chown=odoo:root --chmod=660 ./templates /templates
59+ COPY --chown=odoo:root --chmod=770 ./templates /templates
6060COPY --chown=odoo:root --chmod=770 ./before-migrate-entrypoint.d /odoo/before-migrate-entrypoint.d
6161COPY --chown=odoo:root --chmod=770 ./start-entrypoint.d /odoo/start-entrypoint.d
6262COPY --chown=odoo:root --chmod=770 ./MANIFEST.in /odoo
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ RUN adduser --disabled-password -u $UID --gid $GID --gecos '' odoo \
1515 && chown -R odoo:root /var/log/odoo
1616
1717COPY --chown=odoo:root --chmod=770 ./install /install
18- COPY --chown=odoo:root --chmod=660 ./base_requirements.txt /odoo
19- COPY --chown=odoo:root --chmod=660 ./extra_requirements.txt /odoo
18+ COPY --chown=odoo:root --chmod=770 ./base_requirements.txt /odoo
19+ COPY --chown=odoo:root --chmod=770 ./extra_requirements.txt /odoo
2020
2121# Moved because there was a bug while installing `odoo-autodiscover`. There is
2222# an accent in the contributor name
@@ -54,9 +54,9 @@ RUN set -x; \
5454# wait on postgres
5555RUN /install/dockerize.sh
5656
57- COPY --chown=odoo:root --chmod=660 ./src_requirements.txt /odoo
57+ COPY --chown=odoo:root --chmod=770 ./src_requirements.txt /odoo
5858COPY --chown=odoo:root --chmod=770 ./bin /odoo/odoo-bin
59- COPY --chown=odoo:root --chmod=660 ./templates /templates
59+ COPY --chown=odoo:root --chmod=770 ./templates /templates
6060COPY --chown=odoo:root --chmod=770 ./before-migrate-entrypoint.d /odoo/before-migrate-entrypoint.d
6161COPY --chown=odoo:root --chmod=770 ./start-entrypoint.d /odoo/start-entrypoint.d
6262COPY --chown=odoo:root --chmod=770 ./MANIFEST.in /odoo
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ RUN adduser --disabled-password -u $UID --gid $GID --gecos '' odoo \
1515 && chown -R odoo:root /var/log/odoo
1616
1717COPY --chown=odoo:root --chmod=770 ./install /install
18- COPY --chown=odoo:root --chmod=660 ./base_requirements.txt /odoo
19- COPY --chown=odoo:root --chmod=660 ./extra_requirements.txt /odoo
18+ COPY --chown=odoo:root --chmod=770 ./base_requirements.txt /odoo
19+ COPY --chown=odoo:root --chmod=770 ./extra_requirements.txt /odoo
2020
2121# Moved because there was a bug while installing `odoo-autodiscover`. There is
2222# an accent in the contributor name
@@ -55,9 +55,9 @@ RUN set -x; \
5555# wait on postgres
5656RUN /install/dockerize.sh
5757
58- COPY --chown=odoo:root --chmod=660 ./src_requirements.txt /odoo
58+ COPY --chown=odoo:root --chmod=770 ./src_requirements.txt /odoo
5959COPY --chown=odoo:root --chmod=770 ./bin /odoo/odoo-bin
60- COPY --chown=odoo:root --chmod=660 ./templates /templates
60+ COPY --chown=odoo:root --chmod=770 ./templates /templates
6161COPY --chown=odoo:root --chmod=770 ./before-migrate-entrypoint.d /odoo/before-migrate-entrypoint.d
6262COPY --chown=odoo:root --chmod=770 ./start-entrypoint.d /odoo/start-entrypoint.d
6363COPY --chown=odoo:root --chmod=770 ./MANIFEST.in /odoo
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ RUN adduser --disabled-password -u $UID --gid $GID --gecos '' odoo \
1515 && chown -R odoo:root /var/log/odoo
1616
1717COPY --chown=odoo:root --chmod=770 ./install /install
18- COPY --chown=odoo:root --chmod=660 ./base_requirements.txt /odoo
19- COPY --chown=odoo:root --chmod=660 ./extra_requirements.txt /odoo
18+ COPY --chown=odoo:root --chmod=770 ./base_requirements.txt /odoo
19+ COPY --chown=odoo:root --chmod=770 ./extra_requirements.txt /odoo
2020
2121# Moved because there was a bug while installing `odoo-autodiscover`. There is
2222# an accent in the contributor name
@@ -54,9 +54,9 @@ RUN set -x; \
5454# wait on postgres
5555RUN /install/dockerize.sh
5656
57- COPY --chown=odoo:root --chmod=660 ./src_requirements.txt /odoo
57+ COPY --chown=odoo:root --chmod=770 ./src_requirements.txt /odoo
5858COPY --chown=odoo:root --chmod=770 ./bin /odoo/odoo-bin
59- COPY --chown=odoo:root --chmod=660 ./templates /templates
59+ COPY --chown=odoo:root --chmod=770 ./templates /templates
6060COPY --chown=odoo:root --chmod=770 ./before-migrate-entrypoint.d /odoo/before-migrate-entrypoint.d
6161COPY --chown=odoo:root --chmod=770 ./start-entrypoint.d /odoo/start-entrypoint.d
6262COPY --chown=odoo:root --chmod=770 ./MANIFEST.in /odoo
You can’t perform that action at this time.
0 commit comments