http.server → aiohttp.web

This commit is contained in:
Guilhem Saurel 2020-02-14 19:18:51 +01:00
parent 1b31e7bba9
commit a6fad80ca7
2 changed files with 44 additions and 37 deletions

View file

@ -3,7 +3,8 @@ FROM python:3.7-alpine
EXPOSE 4785
RUN pip3 install --no-cache-dir \
matrix-client
aiohttp \
matrix-nio
ADD matrix_webhook.py /