matrix-webhook/Dockerfile
2021-07-13 11:41:16 +02:00

9 lines
135 B
Docker

FROM python:3.9-slim
EXPOSE 4785
RUN pip install --no-cache-dir markdown matrix-nio
ADD matrix_webhook.py /
CMD /matrix_webhook.py