FROM matrixdotorg/dendrite-monolith:v0.13.3 RUN apk --update --no-cache add envsubst tini COPY dendrite.in.yaml /etc/dendrite/ COPY docker-entrypoint.sh / ENTRYPOINT ["/sbin/tini", "--", "/docker-entrypoint.sh"]