From 84b7df2e5680eb86517d289456dfe9bb2dc0eae4 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 26 Oct 2021 14:24:38 +0200 Subject: [PATCH] cmd fixed --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 62ca001..4ff7dbf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ EXPOSE 853/tcp VOLUME /opt/unbound/etc/unbound -CMD [ "/usr/sbin/unbound" ] +CMD [ "/opt/unbound/sbin/unbound" ]