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 3f89802f3f Fix mapping
2018-03-18 11:55:33 +01:00

4 lines
107 B
Bash
Executable File

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