Files
grafana/docs/Dockerfile
T

14 lines
231 B
Docker
Raw Normal View History

2015-03-10 08:55:42 +01:00
FROM grafana/docs-base:latest
2016-10-21 11:01:34 +02:00
# to get the git info for this repo
# COPY config.toml /site
2015-03-10 08:55:42 +01:00
2017-02-07 09:09:51 +01:00
# RUN rm -rf /site/content/*
2015-03-10 08:55:42 +01:00
2017-02-07 09:09:51 +01:00
# COPY ./sources /site/content/docs/
2015-03-10 08:55:42 +01:00
2017-03-14 12:21:22 +01:00
COPY config.toml /site
2016-10-21 11:01:34 +02:00
COPY awsconfig /site
2015-03-10 08:55:42 +01:00
2016-10-21 11:01:34 +02:00
VOLUME ["/site/content"]