mirror of
https://github.com/SeriousBug/gandi-live-dns-rust
synced 2024-10-31 14:17:25 -05: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"]
|