Files
grafana/docs/Dockerfile
T

15 lines
266 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
2018-01-30 13:27:55 +01:00
COPY versions.json /site/static/js
2015-03-10 08:55:42 +01:00
2016-10-21 11:01:34 +02:00
VOLUME ["/site/content"]