Community maintained Docker config for the knot server
101
fork

Configure Feed

Select the types of activity you want to include in your feed.

Changed alpinf image to latest as per issue #5

authored by

foxwitch.net and committed by tangled.org 41875526 61941b38

+1 -1
+1 -1
Dockerfile
··· 9 9 run git clone -b ${TAG} https://tangled.org/@tangled.org/core . 10 10 run go build -o /usr/bin/knot -ldflags '-s -w -extldflags "-static"' ./cmd/knot 11 11 12 - from alpine:edge 12 + from alpine:latest 13 13 expose 5555 14 14 expose 22 15 15