From 5c570232f481b7e2f6b87fa244a4b6ee05ac4e72 Mon Sep 17 00:00:00 2001 From: Jack Hadrill Date: Sun, 24 Jul 2022 16:06:21 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c057242..6fd8686 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,5 +10,5 @@ tftp-root=/tftp\ EXPOSE 69/udp VOLUME [ "/tftp" ] -ENTRYPOINT [ "dnsmasq", "--no-daemon", "--conf-file" ] -CMD [ "/etc/dnsmasq.conf" ] \ No newline at end of file +ENTRYPOINT [ "dnsmasq", "--no-daemon" ] +CMD [ "" ] \ No newline at end of file