We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 894b9bf commit 7a3c75dCopy full SHA for 7a3c75d
Makefile
@@ -56,7 +56,7 @@ publish:
56
57
.PHONY: docker
58
docker: ## run in golang container, example: make docker run="make all"
59
- docker run --rm -v $(CURDIR):/app golang:1.14 $(args) sh -c "cd /app && $(run)"
+ docker run --rm -v $(CURDIR):/app $(args) golang:1.14 sh -c "cd /app && $(run)"
60
61
.PHONY: help
62
help:
0 commit comments