Skip to content

Commit c47f26b

Browse files
committed
Adding build-mount to developer image
1 parent e95b15a commit c47f26b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dev/run.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
#!/usr/bin/env bash
2-
docker run -it s2client-dev
2+
docker run \
3+
-v build-mount:/build-mount \
4+
-it s2client-dev

0 commit comments

Comments
 (0)