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