Skip to content

Commit

Permalink
fix: local docker
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency committed Dec 10, 2024
1 parent 10d0870 commit dbda9f0
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 @@ -174,7 +174,7 @@ coverage: ## Run coverage report

protoVer=0.14.0
protoImageName=ghcr.io/cosmos/proto-builder:$(protoVer)
protoImage=$(DOCKER) run --user root --rm -v $(CURDIR):/workspace --workdir /workspace $(protoImageName)
protoImage=$(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace $(protoImageName)

proto-all: proto-format proto-lint proto-gen

Expand Down

0 comments on commit dbda9f0

Please sign in to comment.