Rename enter.sh to scripts/enter.sh

This commit is contained in:
Pascal Vizeli
2018-03-08 16:36:54 +01:00
committed by GitHub
parent 6efc468cc0
commit 7cda3b2c7d

3
scripts/enter.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
docker build -t hassbuildroot .
docker run -it --rm hassbuildroot /bin/bash