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