From 41a6a8754579d3611fccd8fb6785cf4db1b2e760 Mon Sep 17 00:00:00 2001 From: Jonathan Zernik Date: Fri, 2 Oct 2020 19:09:05 -0700 Subject: [PATCH] Use docker-compose build with option to fix dockerignore (#273) --- itests/run_itest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itests/run_itest.sh b/itests/run_itest.sh index 551e6150..2ec7e5a0 100755 --- a/itests/run_itest.sh +++ b/itests/run_itest.sh @@ -14,7 +14,7 @@ function mine_blocks { cd itests docker-compose down --volumes -docker-compose build +COMPOSE_DOCKER_CLI_BUILD=1 docker-compose build docker-compose up -d # Initialize the blockchain with miner rewards going to the test client.