Support whitespace in mount source directory
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
parent
caa6eeb3cf
commit
591db52ab8
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue