We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3eccbe commit b97334eCopy full SHA for b97334e
apps/powerdns/Makefile
@@ -76,3 +76,7 @@ powerdns-apply: docker-wait
76
-vACME_DOMAIN=$$ACME_DOMAIN -vACME_NS=$$ACME_NS -vNS_ADMIN=$$ACME_ADMIN_EMAIL \
77
|| true ; \
78
fi
79
+
80
+# load powerdns zone from zone.sql
81
+powerdns-load-zone: zone.sql docker-wait
82
+ cat zone.sql | docker exec -i $$PG_CONTAINER psql -U $$PDNS_DB_TAG -d $$PDNS_DB_TAG
0 commit comments