summaryrefslogtreecommitdiff
path: root/bin/docker-shell
diff options
context:
space:
mode:
Diffstat (limited to 'bin/docker-shell')
-rwxr-xr-xbin/docker-shell2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/docker-shell b/bin/docker-shell
index 84576f3..fa2a265 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/license-management \
+ --volume "$PWD":/root/asdf \
"$IMAGE_NAME" /bin/bash -l