1
0
Fork 0

Update README.md

master
Ambrose Chua 2018-09-22 13:35:37 +08:00 committed by GitHub
parent 8105c4b997
commit ce0351636a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 2 deletions

View File

@ -1,4 +1,14 @@
# builder-android
# [android-builder](https://hub.docker.com/r/productionwentdown/android-builder/)
A Docker image for building Android apps
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)