We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29097b4 commit dca2ac3Copy full SHA for dca2ac3
2 files changed
container/Dockerfile
@@ -32,4 +32,4 @@ USER spack
32
33
WORKDIR /home/spack
34
35
-ENTRYPOINT [ "bash" ]
+ENTRYPOINT [ "/bin/bash", "-l", "-c" ]
outputs/Makefile
@@ -35,8 +35,7 @@ update-outputs: run
run:
36
$(DOCKER) run $(DOCKER_RUN_OPTS) --rm -t \
37
--mount type=bind,source=$(CURDIR),target=/project \
38
- ${container} \
39
- make -f /project/Makefile local
+ ${container} make -f /project/Makefile local
40
41
local: local-scripting
42
local-scripting: local-dev scripting.sh
0 commit comments