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 5014eb9 commit bad1210Copy full SHA for bad1210
docker/run.sh
@@ -1,3 +1,4 @@
1
#!/usr/bin/env bash
2
# Run command in Docker
3
-docker run --rm --mount src=$(pwd),target=/home/user/kore,type=bind --workdir=/home/user/kore kore "$@"
+# Usage: ./docker/run.sh make test
4
+docker run --rm --mount src=$(pwd),target=/home/user/kore,type=bind --workdir=/home/user/kore kore "$@"
0 commit comments