There was an error while loading. Please reload this page.
1 parent 995b6d4 commit 35cd801Copy full SHA for 35cd801
Dockerfile
@@ -1,6 +1,6 @@
1
FROM beevelop/android-nodejs
2
3
-ENV CORDOVA_VERSION 10.0.0
+ENV CORDOVA_VERSION 11.0.0
4
5
WORKDIR "/tmp"
6
@@ -13,4 +13,4 @@ RUN npm i -g --unsafe-perm cordova@${CORDOVA_VERSION} && \
13
cordova platform add android --save && \
14
cordova requirements android && \
15
cordova build android --verbose && \
16
- rm -rf /tmp/myApp
+ rm -rf /tmp/myApp
0 commit comments