Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
| ... | ... |
@@ -1,4 +1,4 @@ |
| 1 |
-FROM docs/base:hugo-github-linking |
|
| 1 |
+FROM docs/base:latest |
|
| 2 | 2 |
MAINTAINER Mary Anthony <mary@docker.com> (@moxiegirl) |
| 3 | 3 |
|
| 4 | 4 |
RUN svn checkout https://github.com/docker/compose/trunk/docs /docs/content/compose |
| ... | ... |
@@ -9,7 +9,8 @@ RUN svn checkout https://github.com/kitematic/kitematic/trunk/docs /docs/content |
| 9 | 9 |
RUN svn checkout https://github.com/docker/tutorials/trunk/docs /docs/content/ |
| 10 | 10 |
RUN svn checkout https://github.com/docker/opensource/trunk/docs /docs/content/opensource |
| 11 | 11 |
|
| 12 |
+ENV PROJECT=engine |
|
| 12 | 13 |
# To get the git info for this repo |
| 13 | 14 |
COPY . /src |
| 14 | 15 |
|
| 15 |
-COPY . /docs/content/engine |
|
| 16 |
+COPY . /docs/content/$PROJECT/ |