fly-apps/dendrite/Dockerfile

10 lines
216 B
Docker

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"]