Skip to content

Commit

Permalink
docker cmd fix v3
Browse files Browse the repository at this point in the history
  • Loading branch information
g-awmalik committed Jul 28, 2023
1 parent 4a30195 commit ffdb018
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cli/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ build-go:

.PHONY: protoc
protoc:
docker run --rm \
-v "$(CURDIR)":/workspace \
$(REGISTRY_URL)/${DOCKER_IMAGE_DEVELOPER_TOOLS}:${DOCKER_TAG_VERSION_DEVELOPER_TOOLS} \
mkdir -p ${PROTO_DIR}/out && protoc --go_out=${PROTO_DIR}/out --go_opt=paths=source_relative ${PROTO_DIR}/*.proto
docker run --rm -v "$(CURDIR)":/workspace $(REGISTRY_URL)/${DOCKER_IMAGE_DEVELOPER_TOOLS}:${DOCKER_TAG_VERSION_DEVELOPER_TOOLS} mkdir -p ${PROTO_DIR}/out && protoc --go_out=${PROTO_DIR}/out --go_opt=paths=source_relative ${PROTO_DIR}/*.proto

.PHONY: publish
publish:
Expand Down

0 comments on commit ffdb018

Please sign in to comment.