github.com/portworx/docker@v1.12.1/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/