1
0
Fork 0
android-builder/README.md

15 lines
277 B
Markdown
Raw Normal View History

2017-10-19 22:19:39 +08:00
2018-09-22 13:35:37 +08:00
# [android-builder](https://hub.docker.com/r/productionwentdown/android-builder/)
2017-10-19 22:19:39 +08:00
2018-09-22 13:35:37 +08:00
Docker image to build Android apps.
# Usage
```
$ docker run --rm -it -v $PWD:/src productionwentdown/android-builder
```
## With Drone
See the [example .drone.yml file](drone.yml.example)