Login
Discover
Waves
Decks
Plus
Login
Signup
kevinhatan
@kevinhatan
25
Followers
2
Following
1
Resource Credits
Available
Used
Created
February 5, 2018
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
kevinhatan
docker
2018-04-14 02:27
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
2018-02-05 05:35
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