From daee8e1bf31369752a2f2cf799b1e460b866fba9 Mon Sep 17 00:00:00 2001 From: mo khan Date: Tue, 16 Jun 2020 17:05:34 -0600 Subject: Install asdf --- bin/docker-shell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3