mirror of
https://github.com/kylemanna/docker-aosp
synced 2025-06-07 07:56:25 +00:00
10 lines
171 B
YAML
10 lines
171 B
YAML
version: "2"
|
|
|
|
services:
|
|
aosp:
|
|
image: kylemanna/aosp:latest
|
|
volumes:
|
|
- ~/aosp/ccache:/tmp/ccache
|
|
- ~/aosp:/aosp
|
|
- ~/.gitconfig:/root/.gitconfig
|