fix(bind9): missing entrypoint
This commit is contained in:
parent
1ded407b60
commit
ab47e6a9c5
@ -5,7 +5,9 @@ RUN apt-get update \
|
||||
bind9-dnsutils \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
COPY named.conf.options /etc/bind/
|
||||
COPY entrypoint.sh /usr/local/bin/
|
||||
VOLUME /var/cache/bind/
|
||||
EXPOSE 53/tcp 53/udp 8443/tcp
|
||||
RUN chown -R root:bind /etc/bind/ /var/cache/bind/
|
||||
EXPOSE 53/tcp 53/udp 8443/tcp
|
||||
ENTRYPOINT ["entrypoint.sh"]
|
||||
CMD ["named", "-g", "-ubind"]
|
||||
|
0
bind9/entrypoint.sh
Normal file → Executable file
0
bind9/entrypoint.sh
Normal file → Executable file
Loading…
Reference in New Issue
Block a user