1
0
mirror of https://github.com/Luzifer/dns.git synced 2024-09-19 23:32:56 +00:00
dns/Makefile

6 lines
105 B
Makefile
Raw Normal View History

default: container
container:
docker build --no-cache --pull -t luzifer/dns .
docker push luzifer/dns