ajout etapes manuelles
This commit is contained in:
parent
f57a3ab6ee
commit
18d79cea48
1 changed files with 7 additions and 0 deletions
7
0.ManualToto.txt
Normal file
7
0.ManualToto.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
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
|
||||||
Loading…
Reference in a new issue