[FIX]Odoo 10 on C7 : use real launch

This commit is contained in:
Fabien BOURGEOIS 2020-05-17 07:50:11 +02:00
parent b529a678ff
commit bfd708d7c2
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ RUN git clone -b ${ODOO_BRANCH} --depth 1 https://github.com/OCA/OCB.git
RUN pip install --user -r OCB/requirements.txt
# Launch scripts
COPY ./launch.sh ./
COPY ./launch10.sh ./
COPY ./genconf.sh ./
# Post-install tasks
@ -52,4 +52,4 @@ EXPOSE 8069 8072
# Volumes : data dir for filestore and addons
VOLUME /opt/odoo/data
CMD [ "bash", "launch.sh" ]
CMD [ "bash", "launch10.sh" ]