From cd833bc2852ec204fbaecde7ada56798eba005da Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Mon, 18 Jan 2021 06:24:42 +0000 Subject: bind: new hosting config update --- bind/Dockerfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'bind/Dockerfile') diff --git a/bind/Dockerfile b/bind/Dockerfile index 677eaf4..bb23637 100644 --- a/bind/Dockerfile +++ b/bind/Dockerfile @@ -14,11 +14,13 @@ RUN set -euxo pipefail; \ curl -o /etc/bind/db.root https://www.internic.net/domain/named.cache; ADD conf/ /etc/bind/ -ADD bind_bootstrap / -ADD zones.yaml /etc/bind/zones.yaml +ADD entrypoint.sh / +#ADD bind_bootstrap / +#ADD zones.yaml /etc/bind/zones.yaml RUN set -euxo pipefail; \ chown -R named:named /etc/bind; -ENTRYPOINT [ "/bind_bootstrap" ] +#ENTRYPOINT [ "/bind_bootstrap" ] +ENTRYPOINT [ "/entrypoint.sh" ] CMD [ "/usr/sbin/named", "-u", "named", "-g" ] -- cgit v1.2.3