Skip to content

Commit 919f57a

Browse files
committed
update docker command for base docker image in README
1 parent f9cd2e6 commit 919f57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Set `-e ONION_URL=http://xyz.onion` to enable the `Onion-Location` header.
231231
## Build new esplora-base
232232

233233
```bash
234-
docker build -t blockstream/esplora-base:latest -f Dockerfile.deps .
234+
docker build -t blockstream/esplora-base:latest -f contrib/Dockerfile.base .
235235
docker push blockstream/esplora-base:latest
236236
docker inspect --format='{{index .RepoDigests 0}}' blockstream/esplora-base
237237
```

0 commit comments

Comments
 (0)