matrix-webhook/Dockerfile
Guilhem Saurel 4506632c6f python 3.9
2021-04-12 21:05:20 +02:00

9 lines
136 B
Docker

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