matrix-webhook/Dockerfile

12 lines
149 B
Text
Raw Normal View History

2020-03-07 05:47:38 -05:00
FROM python:3.8-alpine
2019-02-10 19:29:55 -05:00
EXPOSE 4785
RUN pip3 install --no-cache-dir \
2020-02-14 13:18:51 -05:00
aiohttp \
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