This commit is contained in:
Wolfgang Hottgenroth 2019-11-27 22:48:39 +01:00
parent 7ec0189140
commit fde64a2c7d
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -29,7 +29,7 @@ RUN \
apt install -y netcat && \
echo "include \"/etc/bind/local.key\";" >> /etc/bind/named.conf && \
echo "include \"/etc/bind/dynamic/dynamic-zones.conf\";" >> /etc/bind/named.conf && \
echo "include \"/etc/bind/named.conf.rndc\";" >> /etc/bind/named.conf
echo "include \"/etc/bind/named.conf.rndc\";" >> /etc/bind/named.conf && \
echo "include \"/etc/bind/named.conf.logging\";" >> /etc/bind/named.conf
COPY ./server/ $APP_DIR