1
0
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:
Pascal Vizeli
2018-05-14 23:38:13 +02:00
committed by GitHub
parent 3a5d2de705
commit 5b3eb8cc7e
3 changed files with 4 additions and 3 deletions

View File

@@ -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