]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
scripts: fixed dockerfile
authorMarek Vavruša <marek.vavrusa@nic.cz>
Sun, 10 May 2015 19:44:55 +0000 (21:44 +0200)
committerMarek Vavruša <marek.vavrusa@nic.cz>
Sun, 10 May 2015 19:44:55 +0000 (21:44 +0200)
scripts/Dockerfile

index 5a1eb368330044b07ec3227585d6a0e5e6f6440b..6ce8ddcb67c69031b5051b202e20e0627990e069 100644 (file)
@@ -14,7 +14,7 @@ EXPOSE 53
 
 # Select entrypoint
 WORKDIR /root
-CMD ["/usr/local/sbin/kresolved"]
+CMD ["/usr/local/bin/kresolved"]
 
 # Install dependencies and sources
 RUN apt-get -q -y update && \