github.com/brahmaroutu/docker@v1.2.1-0.20160809185609-eb28dde01f16/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/