mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-06 08:24:57 -04:00
Container: Store DivestOS directory in a volume
This essentially serves as a cache of sources because otherwise all the downloaded source disappears when the container exits.
This commit is contained in:
parent
0408730f50
commit
8216403729
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
mkdir -p $1
|
||||
docker run -it --rm -v $1:/home/$(id -un)/DivestOS/Builds -v divestos_ccache:/home/$(id -un)/.ccache android-build-fedora
|
||||
docker run -it --rm -v $1:/home/$(id -un)/DivestOS/Builds -v divestos_ccache:/home/$(id -un)/.ccache -v divestos_repo:/home/$(id -un)/DivestOS android-build-fedora
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue