From: Kees Monshouwer Date: Tue, 3 Feb 2015 07:55:44 +0000 (+0100) Subject: update example in the Dockerfile for building the markdown docs X-Git-Tag: rec-3.7.0~4^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea2750eacf9f721b961727ce5eb0d30242a86752;p=pdns update example in the Dockerfile for building the markdown docs --- diff --git a/docs/Dockerfile b/docs/Dockerfile index 6b689b00d..e990b2c56 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -8,8 +8,8 @@ # root@07d38c7f88a5:/# su - peter # No directory, logging in with HOME=/ # $ bash -# peter@07d38c7f88a5:/$ cd /pdns/pdns/docs -# peter@07d38c7f88a5:/pdns/pdns/docs$ make html-new/index.html +# peter@07d38c7f88a5:/$ cd /pdns/docs +# peter@07d38c7f88a5:/pdns/docs$ make html/index.html # FROM ubuntu:14.04