mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-21 16:46:11 +00:00
4 lines
107 B
Bash
Executable File
4 lines
107 B
Bash
Executable File
#!/bin/bash
|
|
docker build -t hassbuildroot .
|
|
docker run -it --rm -v "$(pwd):/build" hassbuildroot /bin/bash
|