From 240a1ca4f22012a7fb18edf73332b8833b84e21e Mon Sep 17 00:00:00 2001 From: Djeeberjr Date: Sun, 3 Apr 2022 23:17:40 +0200 Subject: [PATCH] hello ci can you work ? --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d7c5a3c..fd929c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,9 @@ FROM golang:1.17 as build RUN git clone https://github.com/coredns/coredns.git /coredns -COPY plugin.cfg /coredns/plugin.cfg.new -RUN mv /coredns/plugin.cfg.new /coredns/plugin.cfg +COPY plugin.cfg /coredns/plugin.cfg + +RUN ls -la /coredns && cat /coredns/plugin.cfg RUN cd /coredns && make