We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4786b4 commit 36c3491Copy full SHA for 36c3491
1 file changed
outputs/Makefile
@@ -48,7 +48,7 @@ local-%: %.sh init_spack.sh defs.sh
48
run:
49
$(DOCKER) run $(DOCKER_RUN_OPTS) --rm -t \
50
--mount type=bind,source=$(CURDIR),target=/project -w /project \
51
- ${container} make local
+ ${container} "make local"
52
53
interactive:
54
$(DOCKER) run $(DOCKER_RUN_OPTS) --rm -it \
0 commit comments