mirror of
https://github.com/Luzifer/dns.git
synced 2024-11-13 00:12:47 +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
|