From 694588882730d6fef934ec4926ff600d977df91e Mon Sep 17 00:00:00 2001 From: Yohann D'anello Date: Mon, 13 Jul 2020 15:59:55 +0200 Subject: [PATCH] :boom: Add whitelist module --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f231829..13c78ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -69,9 +69,9 @@ RUN touch /etc/sympa/transport.sympa \ RUN postmap hash:/etc/sympa/transport.sympa && \ postmap hash:/etc/sympa/virtual.sympa -COPY whitelist-1.1/custom_actions /etc/sympa -COPY whitelist-1.1/scenari /etc/sympa -COPY whitelist-1.1/web_tt2 /etc/sympa +COPY whitelist-1.1/custom_actions /etc/sympa/custom_actions +COPY whitelist-1.1/scenari /etc/sympa/scenari +COPY whitelist-1.1/web_tt2 /etc/sympa/web_tt2 RUN touch /etc/sympa/search_filters/whitelist.txt /etc/sympa/search_filters/modlist.txt RUN chown -R sympa:sympa /etc/sympa