matrix-webhook/Dockerfile
Guilhem Saurel 2d8c68665e details
2021-07-13 11:41:16 +02:00

9 lines
130 B
Docker

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