From b2827073b799a2650d919ca93100f09641dbea5f Mon Sep 17 00:00:00 2001 From: Fab Date: Tue, 15 Sep 2026 11:42:28 +0200 Subject: [PATCH] remet l'ancienne facturation sur paheko --- dockers/paheko/Dockerfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dockers/paheko/Dockerfile b/dockers/paheko/Dockerfile index 6d0b3da..c304b94 100644 --- a/dockers/paheko/Dockerfile +++ b/dockers/paheko/Dockerfile @@ -17,12 +17,12 @@ RUN docker-php-ext-configure gd --with-jpeg --with-freetype --with-webp RUN docker-php-ext-install gd #Plugin facturation (le seul qui ne fasse pas parti de la distribution de base -#obsolete depuis la 1.3.23 -#RUN apt-get install unzip -#COPY "dockers/paheko/config/facturation.zip" ${PAHEKO_DIR}/data/plugins/ -#WORKDIR ${PAHEKO_DIR}/data/plugins/ -#RUN unzip ${PAHEKO_DIR}/data/plugins/facturation.zip -#WORKDIR / +#normalement obsolete depuis la 1.3.23 mais on laisse pour avoir les 2 systèmes +RUN apt-get install unzip +COPY "dockers/paheko/config/facturation.zip" ${PAHEKO_DIR}/data/plugins/ +WORKDIR ${PAHEKO_DIR}/data/plugins/ +RUN unzip ${PAHEKO_DIR}/data/plugins/facturation.zip +WORKDIR / #install cron pour factory_cron.sh RUN apt-get install cron joe rsyslog -y