fix: ensure correct permissions for bind config files

!1
This commit is contained in:
2023-11-12 21:13:23 +09:30
parent fb9c09161a
commit 054c64d3a6

View File

@ -27,4 +27,9 @@ HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 CMD \
COPY includes/ /
RUN \
chown named:named -R /etc/bind; \
chmod 5771 /etc/bind;
CMD [ "/usr/bin/supervisord", "-c", "/etc/supervisor/supervisord.conf" ]