This website requires JavaScript.
Explore
Help
Sign In
mirror
/
stackexchange-dnscontrol
Watch
1
Star
0
Fork
0
You've already forked stackexchange-dnscontrol
mirror of
https://github.com/StackExchange/dnscontrol.git
synced
2024-05-11 05:55:12 +00:00
Code
Issues
Releases
Activity
stackexchange-dnscontrol
/
Dockerfile
4 lines
58 B
Docker
Raw
Normal View
History
Unescape
Escape
Migrate Build and Integration Tests to CircleCI (#1292) * 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.
2021-12-17 07:14:27 -05:00
FROM
scratch
ENTRYPOINT
[
"/dnscontrol"
]
COPY
dnscontrol /
Copy Permalink