nostril icon indicating copy to clipboard operation
nostril copied to clipboard

add Dockerfile

Open aphex3k opened this issue 2 years ago • 2 comments

This allows for running nostril from a docker image instead of having to worry about building it first.

docker run --rm aphex3k/nostril:testing --envelope --dm <hex-pub> --sec <hex-priv> --content "test" | websocat wss://relay.damus.io

aphex3k avatar Jan 06 '23 00:01 aphex3k

Works good, thanks

SonnyAD avatar Feb 24 '23 06:02 SonnyAD

I tried building this Docker image myself, and it failed on building docs, so I had to add scdoc to the apk add line. After that, it built successfully with:

docker build -f docker/Dockerfile -t nostril .

Is there anything else that is preventing this PR from being merged (aside from perhaps a rebase)?

501st-alpha1 avatar Apr 29 '23 18:04 501st-alpha1