1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-24 04:18:30 +00:00
Files
operating-system/scripts/enter.sh
Pascal Vizeli 2cd776f24b Update enter.sh
2018-04-16 19:28:51 +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