setup coverage

This commit is contained in:
Guilhem Saurel 2021-07-11 16:17:09 +02:00
parent abe6497421
commit 999b824874
8 changed files with 46 additions and 23 deletions

View file

@ -2,7 +2,7 @@ FROM python:3.9-slim
EXPOSE 4785
RUN pip3 install --no-cache-dir markdown matrix-nio
RUN pip install --no-cache-dir markdown matrix-nio
ADD matrix_webhook.py /