Skip to content

Commit

Permalink
change workdir for odoo v18+
Browse files Browse the repository at this point in the history
since v18  do not work well if run from /
we need this from entrypoint
  • Loading branch information
hparfr committed Oct 4, 2024
1 parent 1c258e0 commit 8470a9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 18.0-light/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ RUN pip install --no-cache-dir -r /tmp/base_requirements.txt
COPY 18.0-light/ak_requirements.txt /tmp/ak_requirements.txt
RUN pip install --no-cache-dir -r /tmp/ak_requirements.txt

WORKDIR /odoo
CMD ["odoo"]

0 comments on commit 8470a9b

Please sign in to comment.