diff --git a/docs/Dockerfile b/docs/Dockerfile index 28be74f3ea..5bcf7b3418 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -1,4 +1,4 @@ -FROM docs/base:hugo-github-linking +FROM docs/base:latest MAINTAINER Mary Anthony (@moxiegirl) RUN svn checkout https://github.com/docker/docker/trunk/docs /docs/content/engine @@ -9,9 +9,9 @@ RUN svn checkout https://github.com/kitematic/kitematic/trunk/docs /docs/content RUN svn checkout https://github.com/docker/tutorials/trunk/docs /docs/content/tutorials RUN svn checkout https://github.com/docker/opensource/trunk/docs /docs/content - +env PROJECT=machine # To get the git info for this repo COPY . /src -COPY . /docs/content/machine/ +COPY . /docs/content/$PROJECT/