Skip to content

Commit 4f3d14c

Browse files
committed
update docker command for base docker image in README
1 parent 706488c commit 4f3d14c

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
@@ -230,7 +230,7 @@ Set `-e ONION_URL=http://xyz.onion` to enable the `Onion-Location` header.
230230
## Build new esplora-base
231231

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

0 commit comments

Comments
 (0)