We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 420ce7c commit d5caac8Copy full SHA for d5caac8
18.0/Dockerfile
@@ -6,7 +6,8 @@ ARG GID=0
6
# create the working directory and a place to set the logs (if wanted)
7
RUN adduser --disabled-password --no-create-home \
8
--home /odoo --gecos '' -u $UID --gid $GID odoo \
9
- && install -m 770 -o odoo -d /odoo /var/log/odoo /odoo/.venv \
+ && install -m 770 -o odoo -d /var/log/odoo \
10
+ /odoo /odoo/.venv /odoo/src \
11
/odoo/data \
12
/odoo/data/odoo \
13
/odoo/data/odoo/addons \
0 commit comments