Dockerfile fix
Change install_unbound_and_s6_init.sh to start_unbound_and_s6_init.sh
This commit is contained in:
parent
41465163e8
commit
4a17db48cc
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ RUN apt update && apt install -y unbound
|
|||
|
||||
COPY lighttpd-external.conf /etc/lighttpd/external.conf
|
||||
COPY unbound-pihole.conf /etc/unbound/unbound.conf.d/pi-hole.conf
|
||||
COPY install_unbound_and_s6_init.sh install_unbound_and_s6_init.sh
|
||||
COPY start_unbound_and_s6_init.sh start_unbound_and_s6_init.sh
|
||||
|
||||
RUN chmod +x install_unbound_and_s6_init.sh
|
||||
ENTRYPOINT ./install_unbound_and_s6_init.sh
|
||||
RUN chmod +x start_unbound_and_s6_init.sh
|
||||
ENTRYPOINT ./start_unbound_and_s6_init.sh
|
||||
|
|
Loading…
Reference in a new issue