github.com/vieux/docker@v0.6.3-0.20161004191708-e097c2a938c7/docs/Dockerfile (about)

     1  FROM docs/base:oss
     2  ENV PROJECT=engine
     3  # To get the git info for this repo
     4  COPY . /src
     5  RUN rm -rf /docs/content/$PROJECT/
     6  COPY . /docs/content/$PROJECT/