mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 01:16:31 -06:00
15 lines
266 B
Docker
15 lines
266 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
|
|
COPY versions.json /site/static/js
|
|
|
|
VOLUME ["/site/content"]
|