mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: make sure we always use the latest docs image (#24217)
This commit is contained in:
parent
96ffcaa134
commit
e8341a09b2
@ -3,7 +3,9 @@
|
|||||||
IMAGE = grafana/docs-base:latest
|
IMAGE = grafana/docs-base:latest
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
|
docker pull ${IMAGE}
|
||||||
docker run -v $(shell pwd)/sources:/hugo/content/docs/grafana/latest -p 3002:3002 --rm -it $(IMAGE) /bin/bash -c 'make server'
|
docker run -v $(shell pwd)/sources:/hugo/content/docs/grafana/latest -p 3002:3002 --rm -it $(IMAGE) /bin/bash -c 'make server'
|
||||||
|
|
||||||
docs-test:
|
docs-test:
|
||||||
|
docker pull ${IMAGE}
|
||||||
docker run -v $(shell pwd)/sources:/hugo/content/docs/grafana/latest --rm -it $(IMAGE) /bin/bash -c 'make prod'
|
docker run -v $(shell pwd)/sources:/hugo/content/docs/grafana/latest --rm -it $(IMAGE) /bin/bash -c 'make prod'
|
||||||
|
Loading…
Reference in New Issue
Block a user