File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ generate-blockchain-config:
88
99.PHONY : network
1010network : generate-blockchain-config
11- BESU_VERSION=${BESU_VERSION} docker- compose up -d --build
11+ BESU_VERSION=${BESU_VERSION} docker compose up -d --build
1212 make -C ../../../contracts/erc721 truffle-migrate-demo
1313
1414.PHONY : network-down
1515network-down :
16- docker- compose down -v --remove-orphans
16+ docker compose down -v --remove-orphans
1717
1818.PHONY : clean
1919clean :
Original file line number Diff line number Diff line change 1212CHAINCODE_CCID_PLATFORMER=${CHAINCODE_CCID_PLATFORMER} \
1313CHAINCODE_CCID_ORGA=${CHAINCODE_CCID_ORGA} \
1414CHAINCODE_CCID_ORGB=${CHAINCODE_CCID_ORGB} \
15- docker- compose -f docker-compose-chaincode.yaml up -d \
15+ docker compose -f docker-compose-chaincode.yaml up -d \
Original file line number Diff line number Diff line change 11DOCKER ?= docker
22DOCKER_BUILD ?= $(DOCKER ) build --rm --no-cache --pull
3- DOCKER_COMPOSE ?= docker- compose
3+ DOCKER_COMPOSE ?= docker compose
44
55FABRIC_VERSION ?=2.2.0
66FABRIC_CA_VERSION ?=1.4.7
You can’t perform that action at this time.
0 commit comments