File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -231,10 +231,6 @@ HEALTHCHECK CMD curl --fail http://127.0.0.1:8069/web_editor/static/src/xml/ace.
231231
232232ENTRYPOINT ["/entrypoint.sh" ]
233233
234- # If the ownership changed during the entrypoint execution, return it back to the {ODOO_USER}
235- RUN chown -R ${ODOO_USER}:${ODOO_USER} ${ODOO_RC}
236- RUN chown -R ${ODOO_USER}:${ODOO_USER} ${ODOO_EXTRA_ADDONS}
237-
238234USER ${ODOO_USER}
239235
240236CMD ["odoo" ]
Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ if [ -z "$EXTRA_ADDONS_PATHS" ]
5959then
6060 echo " The variable \$ EXTRA_ADDONS_PATHS is empty, using default addons_path"
6161 echo " addons_path = $EXTRA_ADDONS_PATHS " >> $ODOO_RC
62- chown ${ODOO_USER} :${ODOO_USER} $ODOO_RC
6362else
6463 echo " addons_path = $ODOO_ADDONS_BASEPATH ,$EXTRA_ADDONS_PATHS " >> $ODOO_RC
6564
You can’t perform that action at this time.
0 commit comments