ci: initialize v4 repo — fixed Dockerfile, full requirements, deploy pipeline
Some checks failed
Deploy Backend to Staging / Deploy backend to staging (push) Has been cancelled

This commit is contained in:
EnCoach Deploy
2026-04-27 22:58:03 +02:00
parent 1a0349c381
commit a45284aa8c
4 changed files with 97 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ FROM odoo:19.0
USER root
COPY requirements.txt /tmp/requirements.txt
RUN pip3 install --no-cache-dir -r /tmp/requirements.txt
RUN pip3 install --break-system-packages --no-cache-dir --ignore-installed typing_extensions -r /tmp/requirements.txt
COPY custom_addons /opt/odoo/custom_addons
COPY odoo.conf /etc/odoo/odoo.conf