fly-apps/dendrite/Dockerfile

10 lines
234 B
Docker
Raw Normal View History

2023-11-15 19:37:51 +00:00
FROM matrixdotorg/dendrite-monolith:v0.13.4
2023-10-26 16:07:20 +00:00
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"]