gandi-live-dns-rust/Docker/Dockerfile

8 lines
121 B
Docker
Raw Normal View History

FROM scratch
ARG TARGETPLATFORM
ADD binaries/$TARGETPLATFORM/gandi-live-dns /
WORKDIR /
ENTRYPOINT ["/gandi-live-dns"]