Commit 3aaa8e83 authored by 神楽坂玲奈's avatar 神楽坂玲奈

Update Dockerfile

parent 6dad7660
Pipeline #15985 passed with stages
in 4 minutes and 41 seconds
......@@ -14,7 +14,7 @@ FROM golang:1.18 as builder
WORKDIR /v
COPY . .
RUN echo 'alternate:github.com/coredns/alternate' >> plugin.cfg
RUN echo 'alternate:github.com/coredns/alternate' | cat - plugin.cfg | tee plugin.cfg > /dev/null
RUN make
FROM scratch
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment