Update 'Dockerfile'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jack Hadrill 2022-07-24 16:06:21 +00:00
parent 1a86e960ab
commit 5c570232f4

View File

@ -10,5 +10,5 @@ tftp-root=/tftp\
EXPOSE 69/udp
VOLUME [ "/tftp" ]
ENTRYPOINT [ "dnsmasq", "--no-daemon", "--conf-file" ]
CMD [ "/etc/dnsmasq.conf" ]
ENTRYPOINT [ "dnsmasq", "--no-daemon" ]
CMD [ "" ]