Dockerfile 208 B

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