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