1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-20 02:18:37 +00:00
Files
operating-system/scripts/enter.sh
2018-03-08 16:36:54 +01:00

4 lines
88 B
Bash
Executable File

#!/bin/bash
docker build -t hassbuildroot .
docker run -it --rm hassbuildroot /bin/bash