do it!

$ mkdir -p ~/.nostr/data

$ docker run -p 7000:8080 -v ~/.nostr/data:/usr/src/app/db scsibug/nostr-rs-relay

Reply to this note

Please Login to reply.

Discussion

tried on my pc, But when $ sudo build -t nostr-rs-relay . , it stopped at

" Step 6/24 : RUN cargo build --release

---> Running in 34210cab5232

Updating crates.io index

"

I just built and ran it without docker and it worked fine, have you tried installing rust and just running:

cargo build --release

The binary gets built into:

./target/release