mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-11-10 09:12:47 +08:00
cc4eba6f16
* Change the CI from GitHub Actions to [CircleCI](https://app.circleci.com/pipelines/github/StackExchange/dnscontrol?filter=all). * Adds more platforms in the release as inspired by and discussed in #1260.
3 lines
58 B
Docker
3 lines
58 B
Docker
FROM scratch
|
|
ENTRYPOINT ["/dnscontrol"]
|
|
COPY dnscontrol /
|