Merge pull request #2423 from SvenDowideit/move-to-docs-base-latest

Use FROM docs/base:latest again
This commit is contained in:
David Gageot 2015-11-26 11:09:14 +01:00
commit c7418806dd
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM docs/base:hugo-github-linking
FROM docs/base:latest
MAINTAINER Mary Anthony <mary@docker.com> (@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/