Skip to content

Commit

Permalink
Use local .m2 directory so you don't download the world every time
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-barker-zefr committed Aug 17, 2018
1 parent 76a1dd2 commit a74185e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ docker run \
-v "$(pwd)/GAME_MASTER.protobuf:/var/lib/pokemongo-game-master/GAME_MASTER.protobuf" \
-v "$(pwd)/.git:/var/lib/pokemongo-game-master/.git" \
-v "$HOME/.gitconfig:/root/.gitconfig" \
-v "$HOME/.m2:/root/.m2" \
-it "$USER/pokemongo-game-master" \
-f /var/lib/pokemongo-game-master/GAME_MASTER.protobuf --latest

Expand Down

0 comments on commit a74185e

Please sign in to comment.