Merge pull request #3522 from SvenDowideit/fix-links

Fix links
(cherry picked from commit 17b219454f)

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit 2016-05-31 16:36:29 -07:00 committed by Sven Dowideit
commit fa5d794e24
9 changed files with 23 additions and 40 deletions

View file

@ -1,8 +1,8 @@
FROM docs/base:oss
MAINTAINER Mary Anthony <mary@docker.com> (@moxiegirl)
MAINTAINER Docker Docs <docs@docker.com>
ENV PROJECT=compose
# To get the git info for this repo
COPY . /src
RUN rm -r /docs/content/$PROJECT/
RUN rm -rf /docs/content/$PROJECT/
COPY . /docs/content/$PROJECT/