mirror of
https://github.com/kylemanna/docker-aosp
synced 2025-06-07 07:56:25 +00:00
store ccache volume in the source directory
This commit is contained in:
parent
3a961ec2a1
commit
9e0d100829
@ -4,6 +4,6 @@ services:
|
|||||||
aosp:
|
aosp:
|
||||||
image: kylemanna/aosp:latest
|
image: kylemanna/aosp:latest
|
||||||
volumes:
|
volumes:
|
||||||
- /tmp/ccache:/ccache
|
- ~/aosp/ccache:/tmp/ccache
|
||||||
- ~/aosp:/aosp
|
- ~/aosp:/aosp
|
||||||
- ~/.gitconfig:/root/.gitconfig
|
- ~/.gitconfig:/root/.gitconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user