$ docker run -v /path/to/copay:/mnt -it beevelop/cordova bash /mnt/build.sh with thisbuild.sh: cd /mnt/ && \ apt update && \ apt install python make g++ -y && \ npm run clean-all && \ npm install && \ npm run apply:copay && \ npm run prepare:copay && \ yes | $ANDR...