2020-04-28 02:27:46 -05:00
|
|
|
.PHONY: docs docs-test
|
2019-12-18 06:26:47 -06:00
|
|
|
|
2020-04-28 02:27:46 -05:00
|
|
|
IMAGE = grafana/docs-base@sha256:63758b74e3990ab61e274f5e98da092d5c38378829dad0488aa97c59f0144f34
|
2020-01-14 09:26:00 -06:00
|
|
|
|
2020-04-28 02:27:46 -05:00
|
|
|
docs:
|
|
|
|
docker run -v $(shell pwd)/sources:/hugo/content/docs/grafana/latest -p 3002:3002 --rm -it $(IMAGE) /bin/bash -c 'make server'
|
2020-01-21 04:54:24 -06:00
|
|
|
|
2020-01-14 09:26:00 -06:00
|
|
|
docs-test:
|
2020-04-28 02:27:46 -05:00
|
|
|
docker run -v $(shell pwd)/sources:/hugo/content/docs/grafana/latest --rm -it $(IMAGE) /bin/bash -c 'make prod'
|