Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup!…
Browse files Browse the repository at this point in the history
… fixup! fixup! fixup! fixup! fixup! fixup! fixup! fix: new flovar
  • Loading branch information
vrenaville committed Jan 13, 2025
1 parent a117647 commit dfdece7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion 15.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ ENV BUILD_PACKAGE \
# wkhtml-buster is kept as in official image, no deb available for bullseye
RUN set -x; \
sh -c /install/package_odoo_common.sh \
&& /install/package_odoo_common_custom.sh \
&& /install/package_odoo.sh \
&& /install/setup-pip.sh \
&& /install/postgres.sh \
Expand Down Expand Up @@ -58,7 +59,11 @@ RUN adduser --disabled-password -u $UID --gecos '' odoo \

VOLUME ["/data/odoo", "/var/log/odoo"]
USER odoo
# Expose Odoo services
RUN python3 -m venv /odoo/.venv --system-site-packages
ENV PATH=/odoo/.venv/bin:$PATH
RUN echo "export PATH=$PATH" >> ~/.bashrc

RUN /odoo/.venv/bin/pip install -r /odoo/base_requirements.txt
EXPOSE 8069 8072

ENV ODOO_VERSION=15.0 \
Expand Down

0 comments on commit dfdece7

Please sign in to comment.