From 7c84c8eee7ab32676aa2be5772d41378bfbd4b1e Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Thu, 23 Oct 2025 19:48:07 +0200 Subject: [PATCH] fix --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 170408a..bf25c28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ LABEL ImageName="" RUN apk add --no-cache exim COPY exim.conf /etc/exim +RUN chmod 644 /etc/exim/exim.conf WORKDIR /etc/exim