Skip to content

Commit

Permalink
corrects mount of ~/.npmrc to £(npm prefix -g)/etc/npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbochi committed Aug 29, 2016
1 parent efc7d05 commit f72578f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drun
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ while getopts ':e:E:hI:knv:x' OPT; do
n)
IMAGE="node:$(node_version)"
EXTRA_OPTS="${EXTRA_OPTS:-} \
-v $HOME/.npmrc:/etc/npmrc:ro \
-v $HOME/.npmrc:/usr/local/etc/npmrc:ro \
-v $HOME/.npm:$CONTAINER_HOME/.npm \
-v $CONTAINER_HOME/.npm/_git-remotes"
;;
Expand Down

0 comments on commit f72578f

Please sign in to comment.