Update Dockerfile

This commit is contained in:
John Dorman
2023-01-17 04:19:01 -08:00
committed by GitHub
parent f72f480650
commit 486f3b78ae

View File

@ -3,3 +3,4 @@ FROM pihole/pihole:${VERSION}
ENV CLOUDFLARED_OPTS="--port 5053 --address 0.0.0.0"
COPY 10-cloudflared.sh /etc/cont-init.d/
RUN chmod +x /etc/cont-init.d/10-cloudflared.sh