Sign inSign up

cauehqueiroz/android-app-builder

By cauehqueiroz

Updated about 6 years ago

Just a simple ANDROID IONIC app builder.

Image
0

114

cauehqueiroz/android-app-builder repository overview

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"

Tag summary

Content type

Image

Digest

Size

911.7 MB

Last updated

about 6 years ago

docker pull cauehqueiroz/android-app-builder:alpine-v1