diff --git a/unbound/Dockerfile b/unbound/Dockerfile index 5151324..e184eca 100644 --- a/unbound/Dockerfile +++ b/unbound/Dockerfile @@ -3,6 +3,6 @@ LABEL maintainer="dragonchaser " EXPOSE 5335/udp RUN apt-get update \ && apt-get -y install unbound netcat -COPY config.conf /etc/unbound/unbound.conf.d/ -COPY entrypoint.sh / +COPY unbound/config.conf /etc/unbound/unbound.conf.d/ +COPY unbound/entrypoint.sh / ENTRYPOINT /entrypoint.sh