Skip to content

A dockerized cordova app build environment for android.

License

Notifications You must be signed in to change notification settings

IWAtech/cordova-build-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cordova-build-box

A dockerized cordova app build environment for android.

Use this docker image to execute cordova commands without setting up an Android and Cordova environment on your machine.

Installation of the image:

docker pull IWAtech/cordova-build-box

Usage of the image:

docker run --rm -v `pwd`:/project updatemi/cordova-build-box bash -c "cd /project && cordova help"

You could create a shell alias for easier usage, e.g. in .bashrc:

alias docker-cdv=docker run --rm -v pwd:/project updatemi/cordova-build-box bash -c

About

A dockerized cordova app build environment for android.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published