1
0
Fork 0
mirror of https://github.com/sujiba/pihole-unbound-hyperlocal.git synced 2025-07-10 21:55:13 +02:00

added mission execude permission to ubound run

This commit is contained in:
sujiba 2023-05-04 01:33:02 +02:00
parent 6234fd7ea7
commit dba7c1a693

View file

@ -29,5 +29,6 @@ RUN apt-get remove -y \
# Unbound startup script
RUN mkdir -p /etc/services.d/unbound
COPY unbound-run /etc/services.d/unbound/run
RUN chmod ug+x /etc/services.d/unbound/run
ENTRYPOINT ./s6-init