1
0
Fork 0
mirror of https://github.com/Luzifer/dns.git synced 2024-11-09 22:50:06 +00:00
dns/Makefile
Knut Ahlers 602f3b08c4
Add zone check script as pre-commit hook
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-02-06 22:35:56 +01:00

12 lines
261 B
Makefile

default: container
container:
docker build --no-cache --pull -t luzifer/dns .
docker push luzifer/dns
.venv:
virtualenv --python=python3 .venv
./.venv/bin/pip3 install -r requirements.txt
auto-hook-pre-commit: .venv
./.venv/bin/python3 checkZonefile.py