Login
Discover
Waves
Communities
Login
Signup
kevinhatan
@kevinhatan
25
Followers
2
Following
1
Follow
Email digest
Resource Credits
Available
Used
Created
2018-02-05 05:32
RSS Feed
Subscribe
Blog
Blog
Posts
Comments
Communities
Wallet
kevinhatan
docker
8y
How to prevent downloading of Gradle dependencies when doing docker run for gradle projects
Write these entries into your Dockerfile as follows: RUN mkdir -p /root/.gradle ENV HOME /root VOLUME /root/.gradle In your docker run command, you just need to amount your root .gradle folder from your
$ 0.000
2
3
kevinhatan
ionic
9y
How to Solve ‘ionic cordova build android’ Issue on Mac OS X
Lately I was working on an Ionic 2 app when I tried the ionic cordova build android and it outputs an error as below: ANDROID_HOME=~/android-sdk-macosx/
$ 0.000
0