1
0
mirror of https://github.com/scsibug/nostr-rs-relay.git synced 2025-03-14 17:37:12 -04:00

docs: ensure latest Rust base image is pulled

This commit is contained in:
Greg Heartsfield 2023-12-02 09:27:27 -06:00
parent b7e10e26a2
commit 1ce029860c

@ -49,7 +49,7 @@ The examples below start a rootless podman container, mapping a local
data directory and config file.
```console
$ podman build -t nostr-rs-relay .
$ podman build --pull -t nostr-rs-relay .
$ mkdir data