Dockerfile 195 B

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