Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Dockerfile #20

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

add Dockerfile #20

wants to merge 2 commits into from

Conversation

aphex3k
Copy link

@aphex3k aphex3k commented Jan 6, 2023

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

@SonnyAD
Copy link
Contributor

SonnyAD commented Feb 24, 2023

Works good, thanks

@501st-alpha1
Copy link
Contributor

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)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants