Dockerfile 208 B

123456789101112
  1. FROM grafana/docs-base:latest
  2. # to get the git info for this repo
  3. # COPY config.toml /site
  4. # RUN rm -rf /site/content/*
  5. # COPY ./sources /site/content/docs/
  6. COPY awsconfig /site
  7. VOLUME ["/site/content"]