docker-cordova
docker-cordova copied to clipboard
Docker container for Cordova development
Hii there, I've been trying to get your image to work, but no matter what I try, after I run `cordova platform add android`, it just flat out exits after...
I tried to follow all the steps to create a docker image and run the cordova commands on an Ubuntu machine, but a few things failed. Most notably I received...
The strange thing is that the docker base implied it is cordova 5.1.1, but by default, cordova 4.0.2 is used. ``` bash $ cordova="docker run -it --rm --privileged -v /dev/bus/usb:/dev/bus/usb...