mirror of
https://github.com/Luzifer/dns.git
synced 2025-01-10 11:41:53 +00:00
6 lines
105 B
Makefile
6 lines
105 B
Makefile
|
default: container
|
||
|
|
||
|
container:
|
||
|
docker build --no-cache --pull -t luzifer/dns .
|
||
|
docker push luzifer/dns
|