[Dockerfiles] Rename some files and create hook points

This commit is contained in:
andryyy
2019-10-18 12:01:47 +02:00
parent b02f73e68e
commit b0711db489
17 changed files with 53 additions and 13 deletions

View File

@@ -19,3 +19,5 @@ EXPOSE 53/udp 53/tcp
COPY docker-entrypoint.sh /docker-entrypoint.sh
ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["/usr/sbin/unbound"]