Support whitespace in mount source directory

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
Jack Baldry 2022-06-07 16:45:49 +01:00
parent caa6eeb3cf
commit 591db52ab8
No known key found for this signature in database
GPG key ID: 246FDFBB45F98F4A

View file

@ -8,4 +8,4 @@ pull:
.PHONY: docs
docs: pull
docker run -v $(shell pwd)/sources:$(CONTENT_PATH):Z -p $(PORT) --rm -it $(IMAGE)
docker run -v '$(shell pwd)/sources:$(CONTENT_PATH):Z' -p $(PORT) --rm -it $(IMAGE)