2023-11-15 19:37:51 +00:00
|
|
|
FROM matrixdotorg/dendrite-monolith:v0.13.4
|
2023-10-25 14:50:32 +00:00
|
|
|
|
2023-10-26 16:07:20 +00:00
|
|
|
RUN apk --update --no-cache add envsubst tini postgresql-client
|
2023-10-25 14:50:32 +00:00
|
|
|
|
|
|
|
COPY dendrite.in.yaml /etc/dendrite/
|
|
|
|
COPY docker-entrypoint.sh /
|
|
|
|
|
|
|
|
ENTRYPOINT ["/sbin/tini", "--", "/docker-entrypoint.sh"]
|
2023-10-23 14:12:45 +00:00
|
|
|
|