From 3f89802f3f91cac4004c81e58bf1a7cc015e8ef5 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 18 Mar 2018 11:55:33 +0100 Subject: [PATCH] Fix mapping --- scripts/enter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/enter.sh b/scripts/enter.sh index 34f560a93..46195aaf5 100755 --- a/scripts/enter.sh +++ b/scripts/enter.sh @@ -1,3 +1,3 @@ #!/bin/bash docker build -t hassbuildroot . -docker run -it --rm -v .:/build hassbuildroot /bin/bash +docker run -it --rm -v "$(pwd):/build" hassbuildroot /bin/bash