http.server → aiohttp.web
This commit is contained in:
parent
1b31e7bba9
commit
a6fad80ca7
2 changed files with 44 additions and 37 deletions
|
@ -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 /
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue