[FIX]Odoo 10 on C7 : use real launch
This commit is contained in:
parent
b529a678ff
commit
bfd708d7c2
@ -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
|
RUN pip install --user -r OCB/requirements.txt
|
||||||
|
|
||||||
# Launch scripts
|
# Launch scripts
|
||||||
COPY ./launch.sh ./
|
COPY ./launch10.sh ./
|
||||||
COPY ./genconf.sh ./
|
COPY ./genconf.sh ./
|
||||||
|
|
||||||
# Post-install tasks
|
# Post-install tasks
|
||||||
@ -52,4 +52,4 @@ EXPOSE 8069 8072
|
|||||||
# Volumes : data dir for filestore and addons
|
# Volumes : data dir for filestore and addons
|
||||||
VOLUME /opt/odoo/data
|
VOLUME /opt/odoo/data
|
||||||
|
|
||||||
CMD [ "bash", "launch.sh" ]
|
CMD [ "bash", "launch10.sh" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user