Files
docker-docs/docs/Dockerfile
Sven Dowideit b2e57b6f07 convert docs Dockerfiles to use docs/base:oss
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
2016-04-28 12:57:20 +00:00

9 lines
210 B
Docker

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