Skip to content

Commit 357f230

Browse files
profd2004minikinstevenj
authored
fix: Resolve Earthfile line 0:0 target docker not found when building audi | NPG-000 (#547)
# Description The readme to **Audit The Tally** instructs to run `earthly +build && earthly +docker` when it should be `earthly +build && earthly +docker-local`. Creating a pr because other core tools follows the _docker-local_ convention. ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) Co-authored-by: Oleksandr Prokhorenko <[email protected]> Co-authored-by: Steven Johnson <[email protected]>
1 parent 5c95e14 commit 357f230

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/audit/balance/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ MOUNT_PATH=/tmp/fund9-leader-1:/leader1stuff
1515
HISTORICAL_STATE=/leader1stuff/persist/leader-1
1616
BLOCK_0=/leader1stuff/artifacts/block0.bin
1717

18-
earthly +build && earthly +docker
18+
earthly +build && earthly +docker-local
1919
docker run --net=host -v $MOUNT_PATH --env STORAGE_PATH=$HISTORICAL_STATE --env GENESIS_PATH=$BLOCK_0 jormungandr
2020
```
2121

@@ -37,4 +37,4 @@ curl http://127.0.0.1:10000/api/v0/vote/active/plans > activevoteplans.json
3737
##### Make sure the jormungandr container has been stopped once you have successfully retrieved the results.
3838
```bash
3939
sudo docker docker stop $JORMUNGANDR_CONTAINER_ID
40-
```
40+
```

0 commit comments

Comments
 (0)