mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 22:43:10 -06:00
8 lines
137 B
Docker
8 lines
137 B
Docker
FROM alpine:latest
|
|
|
|
COPY dendrite-monolith-server /usr/bin/
|
|
|
|
VOLUME /etc/dendrite
|
|
WORKDIR /etc/dendrite
|
|
|
|
ENTRYPOINT ["/usr/bin/dendrite"] |