Dockerfile 194 B

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