From 94f49b28a1c30eb856dfaa32c31811c6a0b16bd4 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 7 Mar 2018 23:27:52 +0100 Subject: [PATCH] fix script --- enter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enter.sh b/enter.sh index 4462960cd..824f96853 100755 --- a/enter.sh +++ b/enter.sh @@ -1,3 +1,3 @@ #!/bin/bash docker build -t hassbuildroot . -docker run -it --rm -v "$(pwd)/buildroot-external":/build/buildroot-external hassbuildroot /bin/bash +docker run -it --rm hassbuildroot /bin/bash