diff --git a/deployment/Dockerfile b/deployment/Dockerfile index 3a3be59..9ac7df9 100644 --- a/deployment/Dockerfile +++ b/deployment/Dockerfile @@ -26,4 +26,4 @@ COPY dyndns/views /root/views COPY dyndns/static /root/static EXPOSE 53 8080 -CMD ["sh", "-c", "/root/setup.sh ; service bind9 start ; /root/dyndns"] +CMD ["sh", "-c", "/root/setup.sh ; service named start ; /root/dyndns"]