Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardotglobal authored Mar 4, 2024
1 parent 10de263 commit 26ba0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,6 @@ ONBUILD RUN [ -d ~root/.ssh ] && rm -r ~root/.ssh; \
&& sync

ONBUILD ARG DB_VERSION=latest
ONBUILD RUN --mount=type=cache,target=/var/cache/apt ---mount=type=cache,target=/root/.cache /opt/odoo/common/build && sync
ONBUILD RUN --mount=type=cache,target=/var/cache/apt --mount=type=cache,target=/root/.cache /opt/odoo/common/build && sync
ONBUILD VOLUME ["/var/lib/odoo"]
ONBUILD USER odoo

0 comments on commit 26ba0ca

Please sign in to comment.