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:
Jack Baldry 2022-06-07 17:33:10 +01:00 committed by GitHub
commit 9a60c29eb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)