add GoToSocial in a draft state
does not federate properly see #3 (comment)
This commit is contained in:
parent
7260b2bed8
commit
6d4c031fb6
4 changed files with 49 additions and 0 deletions
5
Dockerfile.gotosocial
Normal file
5
Dockerfile.gotosocial
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM superseriousbusiness/gotosocial:0.6.0
|
||||
USER root
|
||||
RUN apk add ca-certificates
|
||||
COPY ./minica.pem /usr/local/share/ca-certificates/minica.crt
|
||||
RUN update-ca-certificates
|
Loading…
Add table
Add a link
Reference in a new issue