From 774eb9760f44d2ffa43c78b2137cab0dec6d260e Mon Sep 17 00:00:00 2001 From: Christian Baer Date: Fri, 27 Jan 2023 16:45:05 +0100 Subject: [PATCH] Fixed Dockerfile --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 37d66b0..f37d477 100755 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -15,7 +15,7 @@ RUN apk add --no-cache git curl libxml2-utils tzdata RUN ln -sf "/usr/share/zoneinfo/${TZ}" /etc/localtime && \ echo "${TZ}" > /etc/timezone && date -COPY ../nsupdate.sh /usr/local/bin/nsupdate.sh +COPY nsupdate.sh /usr/local/bin/nsupdate.sh RUN chmod +x /usr/local/bin/nsupdate.sh COPY docker/entrypoint.sh /