From 51bd46fbb3e1dc94b32fe8c9e850e080b9b128fc Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 28 Oct 2025 12:16:58 +0100 Subject: [PATCH] rndc stuff 7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e0a0725..37feec6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN \ echo 'named ALL=(ALL) NOPASSWD: /bin/chown, /bin/chmod, /usr/sbin/rndc-confgen' >> /etc/sudoers COPY named.conf /etc/named/ -COPY rndc.conf /etc/ +COPY rndc.conf /etc/bind/ COPY whiskeylimahotel.de.zone /etc/named-dist/ COPY zones.conf /etc/named-dist/ COPY start.sh /usr/local/bin/start.sh