2021-07-13 08:53:10 +02:00
|
|
|
FROM python:3.9
|
2019-02-11 01:29:55 +01:00
|
|
|
|
|
|
|
EXPOSE 4785
|
|
|
|
|
2021-07-11 16:17:09 +02:00
|
|
|
RUN pip install --no-cache-dir markdown matrix-nio
|
2019-02-11 01:29:55 +01:00
|
|
|
|
2021-07-18 16:52:39 +02:00
|
|
|
ADD matrix_webhook .
|
2019-02-11 01:29:55 +01:00
|
|
|
|
2021-07-18 16:52:39 +02:00
|
|
|
CMD python -m matrix_webhook
|