aboutsummaryrefslogtreecommitdiff
path: root/build/docker/Dockerfile.polylith
blob: dd4cbd38f7d7fb92226327894ae4b0cf6c24709a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
FROM matrixdotorg/dendrite:latest AS base

FROM alpine:latest

COPY --from=base /build/bin/dendrite-polylith-multi /usr/bin
COPY --from=base /build/bin/goose /usr/bin
COPY --from=base /build/bin/create-account /usr/bin
COPY --from=base /build/bin/generate-keys /usr/bin

VOLUME /etc/dendrite
WORKDIR /etc/dendrite

ENTRYPOINT ["/usr/bin/dendrite-polylith-multi"]