Just a simple ANDROID IONIC app builder.
114
Docker to generate Android APK build.
It uses NODE (NPM), GRADDLE, JDK 8 and IONIC.
Run this command to generate build:
In Powershell
$ docker run --rm -v ${PWD}:/app/ -w /app/ cauehqueiroz/android-app-builder:alpine-v1 /bin/sh -c "npm install ; ionic cordova platform add android ; ionic cordova build android android"
In Bash
$ docker run --rm -v "pwd":/app/ -w /app/ cauehqueiroz/android-app-builder:alpine-v1 /bin/sh -c "npm install ; ionic cordova platform add android ; ionic cordova build android android"
Content type
Image
Digest
Size
911.7 MB
Last updated
about 6 years ago
docker pull cauehqueiroz/android-app-builder:alpine-v1