diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/docker-shell | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/docker-shell b/bin/docker-shell index b5087a2..00e11f9 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/omnibus \ + --volume="$PWD":/root/omnibus \ "$IMAGE_NAME" /bin/bash -l |
