github.com/noxiouz/docker@v0.7.3-0.20160629055221-3d231c78e8c5/docs/Dockerfile (about)

     1  FROM docs/base:oss
     2  MAINTAINER Docker Docs <docs@docker.com>
     3  
     4  ENV PROJECT=engine
     5  # To get the git info for this repo
     6  COPY . /src
     7  RUN rm -rf /docs/content/$PROJECT/
     8  COPY . /docs/content/$PROJECT/