mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-04-20 15:17:15 +00:00

* Update .dockerignore * Update .dockerignore * Delete .gitignore * Update ova_defconfig * Update enter.sh * Fix cache
6 lines
172 B
Bash
Executable File
6 lines
172 B
Bash
Executable File
#!/bin/bash
|
|
modprobe overlayfs
|
|
|
|
docker build -t hassbuildroot .
|
|
docker run -it --rm --privileged -v $(pwd):/build -v ${CACHE_DIR:=~/hassos-cache}:/cache hassbuildroot bash
|