From ea2750eacf9f721b961727ce5eb0d30242a86752 Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Tue, 3 Feb 2015 08:55:44 +0100 Subject: [PATCH] update example in the Dockerfile for building the markdown docs --- docs/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index 6b689b00d1..e990b2c564 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 -- 2.47.2