diff --git a/enter.sh b/enter.sh index 052b36ec3..824f96853 100755 --- a/enter.sh +++ b/enter.sh @@ -1,3 +1,3 @@ #!/bin/bash -docker build -t hassbuildroot -f Dockerfile.vm . +docker build -t hassbuildroot . docker run -it --rm hassbuildroot /bin/bash