mirror of
https://github.com/SeriousBug/gandi-live-dns-rust
synced 2024-11-14 03:27:28 -06:00
8 lines
121 B
Docker
8 lines
121 B
Docker
FROM scratch
|
|
|
|
ARG TARGETPLATFORM
|
|
|
|
ADD binaries/$TARGETPLATFORM/gandi-live-dns /
|
|
|
|
WORKDIR /
|
|
ENTRYPOINT ["/gandi-live-dns"] |