Skip to content

Commit

Permalink
cleanup docker.sh GOCACHE
Browse files Browse the repository at this point in the history
  • Loading branch information
sheurich committed Mar 1, 2024
1 parent 363c721 commit bf8b06c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ docker buildx build \
- <Dockerfile.devcontainer

docker run --rm \
--env GOCACHE=/work/.cache/go-build \
--env GOCACHE=/.cache/go-build \
--volume "$(pwd)":/work \
--volume "$(go env GOCACHE)":/work/.cache/go-build:cached \
--volume "$(go env GOCACHE)":/.cache/go-build:cached \
--volume /tmp/dist:/work/dist \
--workdir /work \
pebble:dev \
Expand Down

0 comments on commit bf8b06c

Please sign in to comment.