From b070f17f28ea64d81c5bc00e663137c37976d591 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Wed, 27 Oct 2021 13:12:34 +0200 Subject: [PATCH] fixes --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5b63ad2..157e967 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN \ apk add --no-cache libevent && \ adduser -D unbound && \ mkdir /etc/unbound && \ - mv /opt/unbound/etc/unbound/unbound.conf /opt/unbound/etc/unbound/unbound.conf-dist && \ + mv /opt/unbound/etc/unbound/unbound.conf /opt/unbound/etc/unbound/unbound.conf-dist COPY unbound.conf /etc/unbound/unbound.conf