hello ci can you work ?
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Djeeberjr 2022-04-03 23:17:40 +02:00
parent 6e8a51b287
commit 240a1ca4f2

View File

@ -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