Skip to content

Commit

Permalink
fix: set up cache volume
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed Oct 25, 2023
1 parent 4bda340 commit 78c8d87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions yarn-project/cli/aztec-cli
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ if [[ ! -z "${PRIVATE_KEY:-}" ]]; then
DOCKER_ENV="$DOCKER_ENV -e PRIVATE_KEY=$PRIVATE_KEY"
fi

DOCKER_VOLUME="$DOCKER_VOLUME -v cache:/cache"

DOCKER_CMD="$DOCKER_PATH run \
--rm \
--user $(id -u):$(id -g) \
Expand Down

0 comments on commit 78c8d87

Please sign in to comment.