From 9b115f378dd41e2fd376b4a9921094529021b75c Mon Sep 17 00:00:00 2001 From: Christian Richter Date: Wed, 13 Jul 2022 11:34:30 +0200 Subject: [PATCH] try to fix unbound Signed-off-by: Christian Richter --- unbound/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unbound/Dockerfile b/unbound/Dockerfile index 5151324..e184eca 100644 --- a/unbound/Dockerfile +++ b/unbound/Dockerfile @@ -3,6 +3,6 @@ LABEL maintainer="dragonchaser " EXPOSE 5335/udp RUN apt-get update \ && apt-get -y install unbound netcat -COPY config.conf /etc/unbound/unbound.conf.d/ -COPY entrypoint.sh / +COPY unbound/config.conf /etc/unbound/unbound.conf.d/ +COPY unbound/entrypoint.sh / ENTRYPOINT /entrypoint.sh -- 2.49.1