Skip to content

Commit 8470a9b

Browse files
committed
change workdir for odoo v18+
since v18 do not work well if run from / we need this from entrypoint
1 parent 1c258e0 commit 8470a9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

18.0-light/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ RUN pip install --no-cache-dir -r /tmp/base_requirements.txt
3434
COPY 18.0-light/ak_requirements.txt /tmp/ak_requirements.txt
3535
RUN pip install --no-cache-dir -r /tmp/ak_requirements.txt
3636

37+
WORKDIR /odoo
3738
CMD ["odoo"]

0 commit comments

Comments
 (0)