Merge pull request #18 from grafana/jdb/2022-06-support-spaces-in-file-paths
Support whitespace in mount source directory
This commit is contained in:
commit
9a60c29eb6
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