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