mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-20 21:33:19 -06:00
12 lines
269 B
Docker
12 lines
269 B
Docker
FROM matrixdotorg/dendrite:latest AS base
|
|
|
|
FROM alpine:latest
|
|
|
|
COPY --from=base /build/bin/dendrite-federation-sender-server /usr/bin
|
|
COPY --from=base /build/docker/services/federation-sender.sh /usr/bin
|
|
|
|
WORKDIR /usr
|
|
|
|
ENTRYPOINT ./bin/federation-sender.sh
|
|
|
|
EXPOSE 7776 |