this repo has no description
1
fork

Configure Feed

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

fix to match new tangled url format lol

+1 -1
+1 -1
knot/Dockerfile
··· 6 6 7 7 WORKDIR /app 8 8 RUN apk add git gcc musl-dev 9 - RUN git clone -b ${TAG} https://tangled.org/@tangled.org/core . 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 12 FROM alpine:edge