mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 01:23:32 -06:00
13 lines
208 B
Docker
13 lines
208 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 awsconfig /site
|
|
|
|
VOLUME ["/site/content"]
|