git ssb

1+

dinoworm ๐Ÿ› / ssb-pub



Tree: 2be53dc73ca3a3b263a56c562cc9210e33b81f6d

Files: 2be53dc73ca3a3b263a56c562cc9210e33b81f6d / 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