Skip to content
Snippets Groups Projects
Dockerfile 138 B
Newer Older
Guilhem Saurel's avatar
Guilhem Saurel committed
FROM python:3.7-alpine

EXPOSE 4785

RUN pip3 install --no-cache-dir \
    matrix-client

ADD matrix_webhook.py /
Guilhem Saurel's avatar
Guilhem Saurel committed

CMD /matrix_webhook.py