1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-20 10:28:27 +00:00
Files
operating-system/scripts/enter.sh
Pascal Vizeli 6f44ee6d6c Update enter.sh
2018-04-15 16:38:20 +02:00

4 lines
115 B
Bash
Executable File

#!/bin/bash
docker build -t hassbuildroot .
docker run -it --rm --privileged -v "$(pwd):/build" hassbuildroot bash