We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e95b15a commit c47f26bCopy full SHA for c47f26b
dev/run.sh
@@ -1,2 +1,4 @@
1
#!/usr/bin/env bash
2
-docker run -it s2client-dev
+docker run \
3
+ -v build-mount:/build-mount \
4
+ -it s2client-dev
0 commit comments