From: Otto Moerbeek Date: Wed, 10 Jul 2024 13:33:36 +0000 (+0200) Subject: Fix example command line X-Git-Tag: rec-5.2.0-alpha1~177^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F14459%2Fhead;p=thirdparty%2Fpdns.git Fix example command line --- diff --git a/Dockerfile-recursor b/Dockerfile-recursor index 40c2847118..0f700781ee 100644 --- a/Dockerfile-recursor +++ b/Dockerfile-recursor @@ -1,6 +1,6 @@ # USAGE -# docker build --build-arg MAKEFLAGS=-j8 -t recursor -f docker/Dockerfile-recursor . +# docker build --build-arg MAKEFLAGS=-j8 -t recursor -f Dockerfile-recursor . # docker run -p 1053:53 -p 1053:53/udp -ti --rm recursor # dig a www.example.com @0 -p 1053