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.
2 parents 7734569 + f9a1f55 commit b3ffc17Copy full SHA for b3ffc17
run-docker.ps1
@@ -0,0 +1,5 @@
1
+$current = (Get-Location).Path;
2
+$target = $args[0];
3
+$name = Split-Path $target -Leaf;
4
+
5
+docker run -it --mount type=bind,source="$target",target="/$name" --mount type=bind,source="$current",target="/app" codersrank/repo_info_extractor:latest /$name
0 commit comments