Files: d63069c49df59de43bb9551cb79e4756d3015561 / package.json
339 bytesRaw
1 | { |
2 | "name": "ssb-pub", |
3 | "version": "0.0.0", |
4 | "description": "easily host your own Secure ScuttleButt (SSB) pub in a docker container", |
5 | "scripts": { |
6 | "build": "docker build -t ahdinosaur/ssb-pub .", |
7 | "start": "docker run -it --rm ahdinosaur/ssb-pub", |
8 | "publish": "docker push ahdinosaur/ssb-pub" |
9 | }, |
10 | "license": "AGPL-3.0" |
11 | } |
12 |
Built with git-ssb-web