feat: import from ftest-control/targets/gotosocial

This commit is contained in:
Aravinth Manivannan 2023-10-02 13:36:24 +05:30
commit 869b6b12ae
Signed by: realaravinth
GPG Key ID: F8F50389936984FF
1 changed files with 8 additions and 0 deletions

8
Dockerfile Normal file
View File

@ -0,0 +1,8 @@
FROM superseriousbusiness/gotosocial:latest as upstream
FROM alpine:3.17.2 as executor
USER 1001:1001
WORKDIR "/gotosocial/storage"
WORKDIR "/gotosocial"
COPY --chown=1001:1001 --from=upstream /gotosocial /gotosocial
VOLUME [ "/gotosocial/config" ]