git ssb

1+

dinoworm ๐Ÿ› / ssb-pub



Tree: 099f576da70f99c69903e909b2e370078e29dcef

Files: 099f576da70f99c69903e909b2e370078e29dcef / 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