summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/docker-shell2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/docker-shell b/bin/docker-shell
index fa2a265..b5087a2 100755
--- a/bin/docker-shell
+++ b/bin/docker-shell
@@ -8,5 +8,5 @@ IMAGE_NAME=${IMAGE_NAME:-$(basename "$PWD"):latest}
docker run --rm -it \
--network=host \
- --volume "$PWD":/root/asdf \
+ --volume "$PWD":/root/omnibus \
"$IMAGE_NAME" /bin/bash -l