matrix-webhook/Dockerfile

10 lines
136 B
Text
Raw Normal View History

2020-03-08 15:39:43 -04:00
FROM python:3.8-slim
2019-02-10 19:29:55 -05:00
EXPOSE 4785
RUN pip3 install --no-cache-dir markdown matrix-nio
2019-02-10 19:29:55 -05:00
2019-02-17 06:15:27 -05:00
ADD matrix_webhook.py /
2019-02-10 19:29:55 -05:00
2019-02-17 06:15:27 -05:00
CMD /matrix_webhook.py