1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-20 02:18:37 +00:00

Update enter.sh

This commit is contained in:
Pascal Vizeli
2018-03-04 16:04:43 +01:00
committed by GitHub
parent b54d99139a
commit b77efde8eb

View File

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