Use docker-compose build with option to fix dockerignore (#273)

This commit is contained in:
Jonathan Zernik 2020-10-02 19:09:05 -07:00 committed by GitHub
parent b1f67abee2
commit 41a6a87545
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.