wip de chez wip

This commit is contained in:
Sylvain LE GAL 2022-07-01 13:38:59 +02:00
parent a964efd029
commit acb02fd9cc
2 changed files with 5 additions and 6 deletions

View File

@ -10,6 +10,5 @@ RUN apt-get update || true \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# 3. Install extra Python librairies # 3. Install extra Python librairies
RUN \ RUN /odoo/bin/pip install --no-cache-dir -r /odoo_requirements.txt -f {{ prebuild_wheel_url }}
pip install --no-cache-dir -r /odoo_requirements.txt -f {{ prebuild_wheel_url }} \ RUN odoo/bin/pip install --no-cache-dir -r /python_requirements.txt
&& pip install --no-cache-dir -r /python_requirements.txt

View File

@ -1,8 +1,8 @@
project_name: test-cli project_name: test-cli-2
postgres_image_name: postgres:13 postgres_image_name: postgres:13
postgres_container_name: test-cli-container-postgres postgres_container_name: test-cli-2-container-postgres
postgres_volume_name: test-cli-volume-postgres postgres_volume_name: test-cli-2-volume-postgres
odoo_host_xmlrpc_port: 9069 odoo_host_xmlrpc_port: 9069
odoo_default_country_code: FR odoo_default_country_code: FR