wip de chez wip
This commit is contained in:
parent
a964efd029
commit
acb02fd9cc
|
|
@ -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
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user