From d5e3c7e8ebc211b18dcad717decf6bce9d815085 Mon Sep 17 00:00:00 2001 From: lightlike Date: Fri, 21 Jun 2024 08:51:43 +0200 Subject: [PATCH] fix copy path --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d645343..248d05a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ ENV SCHEDULE="*/10 * * * *" WORKDIR /netcup-dns -COPY ansible/update-dns.yaml ansible +COPY ansible ansible COPY entrypoint.sh . RUN chmod 777 entrypoint.sh