mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-18 13:09:08 +02:00
Use docker-compose build with option to fix dockerignore (#273)
This commit is contained in:
parent
b1f67abee2
commit
41a6a87545
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue