Compare commits

..

No commits in common. "master" and "v0.0.0-02" have entirely different histories.

View File

@ -13,5 +13,4 @@ RUN go build -o bin/ddns \
FROM alpine AS runner
COPY --from=builder /app/bin/ddns /usr/bin/
ENTRYPOINT /usr/bin/ddns