Dockerfile 266 B

1234567891011121314
  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 config.toml /site
  7. COPY awsconfig /site
  8. COPY versions.json /site/static/js
  9. VOLUME ["/site/content"]