diff options
author | Cody Hiar <codyfh@gmail.com> | 2019-01-13 20:16:37 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2019-01-13 20:16:37 -0700 |
commit | a69b96fe168a05792288ef2e186a86e6540f85bd (patch) | |
tree | 6641019251857ec2dd888a948415b51b552964b6 /examples/example3 | |
parent | 8f7de74cd6fb4317771586c65b43f8a6e4d85f26 (diff) |
Updating progress
Diffstat (limited to 'examples/example3')
-rwxr-xr-x | examples/example3/example3.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example3/example3.sh b/examples/example3/example3.sh index b1676a4..a57b368 100755 --- a/examples/example3/example3.sh +++ b/examples/example3/example3.sh @@ -19,4 +19,4 @@ set -exuo pipefail docker build -t vim_image . # Run the image -docker run --rm -it -v "$(pwd)":/usr/src/app vim_image /bin/bash -c vim +docker run --rm -it -v "$(pwd)":/usr/src/app vim_image /bin/bash -c "vim $*" |