We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63a267b commit 1a11498Copy full SHA for 1a11498
contrib/android/build.sh
@@ -62,7 +62,7 @@ DOCKER_RUN_FLAGS=""
62
63
if [[ "$3" == "release" ]] ; then
64
info "'release' mode selected. mounting ~/.keystore inside container."
65
- DOCKER_RUN_FLAGS="-v $HOME/.keystore:/home/user/.keystore"
+ DOCKER_RUN_FLAGS="-v /root/.keystore:/root/.keystore"
66
fi
67
68
info "building binary..."
0 commit comments