odoov18-compta/0.ManualToto.txt

8 lines
307 B
Text
Raw Permalink Normal View History

2026-04-06 07:49:00 +00:00
1) git clone de odoo Dockerhub dans Congif-odoo
2) ajoute vim dans dockerfile
3) Update Dockerfile, (avant le COPY ./entrypoint.sh /)
# Install Python dependencies for OCA modules
COPY ./requirements.txt /tmp/requirements.txt
RUN pip install --no-cache-dir --break-system-packages -r /tmp/requirements.txt