feat: import from ftest-control/targets/gotosocial
This commit is contained in:
commit
869b6b12ae
1 changed files with 8 additions and 0 deletions
8
Dockerfile
Normal file
8
Dockerfile
Normal 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" ]
|
Loading…
Reference in a new issue