Skip to content

Commit

Permalink
Use correct path in build-relayer-in-docker goal (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitryhil authored Feb 8, 2024
1 parent 72b8b97 commit b1ec9d4
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 @@ -44,7 +44,7 @@ push-relayer-docker: build-relayer-docker
build-relayer-in-docker:
make build-relayer-docker
mkdir -p $(BUILD_DIR)
docker run --rm --entrypoint cat coreumbridge-xrpl-relayer:local /app/coreumbridge-xrpl-relayer > $(BUILD_DIR)/$(BINARY_NAME)
docker run --rm --entrypoint cat coreumbridge-xrpl-relayer:local /bin/coreumbridge-xrpl-relayer > $(BUILD_DIR)/$(BINARY_NAME)

.PHONY: build-contract
build-contract:
Expand Down

0 comments on commit b1ec9d4

Please sign in to comment.