mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 00:47:38 -06:00
fixed issue in Dockerfile
This commit is contained in:
parent
15cb1d8980
commit
b693c7515c
@ -9,7 +9,7 @@ RUN git reset --hard
|
||||
# Then copy the desired docs into the /docs/sources/ dir
|
||||
COPY ./sources/ /docs/sources
|
||||
|
||||
COPY ./VERSION VERSION
|
||||
COPY ./VERSION /docs/VERSION
|
||||
|
||||
# adding the image spec will require Docker 1.5 and `docker build -f docs/Dockerfile .`
|
||||
#COPY ./image/spec/v1.md /docs/sources/reference/image-spec-v1.md
|
||||
|
Loading…
Reference in New Issue
Block a user