9 lines
234 B
Docker
9 lines
234 B
Docker
FROM matrixdotorg/dendrite-monolith:v0.13.4
|
|
|
|
RUN apk --update --no-cache add envsubst tini postgresql-client
|
|
|
|
COPY dendrite.in.yaml /etc/dendrite/
|
|
COPY docker-entrypoint.sh /
|
|
|
|
ENTRYPOINT ["/sbin/tini", "--", "/docker-entrypoint.sh"]
|
|
|