We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c258e0 commit 8470a9bCopy full SHA for 8470a9b
18.0-light/Dockerfile
@@ -34,4 +34,5 @@ RUN pip install --no-cache-dir -r /tmp/base_requirements.txt
34
COPY 18.0-light/ak_requirements.txt /tmp/ak_requirements.txt
35
RUN pip install --no-cache-dir -r /tmp/ak_requirements.txt
36
37
+WORKDIR /odoo
38
CMD ["odoo"]
0 commit comments