mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-08 17:49:46 +01:00
4 lines
115 B
Bash
Executable File
4 lines
115 B
Bash
Executable File
#!/bin/bash
|
|
docker build -t hassbuildroot .
|
|
docker run -it --rm --privileged -v "$(pwd):/build" hassbuildroot bash
|