mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-24 20:35:31 +00:00
Export cache to external (#18)
* Update .dockerignore * Update .dockerignore * Delete .gitignore * Update ova_defconfig * Update enter.sh * Fix cache
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
modprobe overlayfs
|
||||
|
||||
docker build -t hassbuildroot .
|
||||
docker run -it --rm --privileged -v "$(pwd):/build" hassbuildroot bash
|
||||
docker run -it --rm --privileged -v $(pwd):/build -v ${CACHE_DIR:=~/hassos-cache}:/cache hassbuildroot bash
|
||||
|
||||
Reference in New Issue
Block a user