mirror of https://github.com/docker/docs.git
Use FROM docs/base:latest again
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
parent
3177b1ee92
commit
348d808eba
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue