matrix-webhook/Dockerfile
2020-03-08 20:39:43 +01:00

9 lines
127 B
Docker

FROM python:3.8-slim
EXPOSE 4785
RUN pip3 install --no-cache-dir matrix-nio
ADD matrix_webhook.py /
CMD /matrix_webhook.py