grafana/docs/Dockerfile
2017-03-14 12:21:22 +01:00

14 lines
231 B
Docker

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