Dockerfile 197 B

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