Skip to content

Commit

Permalink
mount directory instead of file
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengaudet committed Aug 1, 2023
1 parent 2b982e3 commit 7886b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ release:
-e CGO_ENABLED=1 \
--env-file .env \
-v /var/run/docker.sock:/var/run/docker.sock \
-v $(HOME)/.docker/config.json:/root/.docker/config.json \
-v $(HOME)/.docker:/root/.docker \
-v `pwd`:/go/src/$(PACKAGE_NAME) \
-w /go/src/$(PACKAGE_NAME) \
goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \
Expand Down

0 comments on commit 7886b65

Please sign in to comment.