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