We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ccec8e commit 32e2b2bCopy full SHA for 32e2b2b
.devcontainer/install/container.sh
@@ -12,7 +12,7 @@ mkdir -p /opt/container/makefiles
12
mkdir -p /opt/container/helpers
13
14
cp /container/container.mk /opt/container/container.mk
15
-cp -r /container/helpers /opt/container/helpers
+cp -r /container/helpers /opt/container/
16
17
cp /container/container /usr/bin/container
18
chmod +x /usr/bin/container
0 commit comments