mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-20 13:23:22 -06:00
12 lines
280 B
Docker
12 lines
280 B
Docker
FROM matrixdotorg/dendrite:latest AS base
|
|
|
|
FROM alpine:latest
|
|
|
|
COPY --from=base /build/bin/dendrite-client-api-server /usr/bin
|
|
COPY --from=base /build/docker/services/dendrite-client-api-server.sh /usr/bin
|
|
|
|
WORKDIR /usr
|
|
|
|
ENTRYPOINT ./bin/dendrite-client-api-server.sh
|
|
|
|
EXPOSE 7771 |