We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 280c7d8 commit 82d3472Copy full SHA for 82d3472
run
@@ -1,2 +1,2 @@
1
#!/bin/bash
2
-docker run -v .:/root/hyperstack ${PRIVATE_REGISTRY}/base20:hyperstack "/bin/bash -c \"cd /root/hyperstack && ./runall\""
+docker exec -v .:/root/hyperstack ${PRIVATE_REGISTRY}/base20:hyperstack -w /root/hyperstack ./runall
0 commit comments