split code

This commit is contained in:
Guilhem Saurel 2021-07-18 16:52:39 +02:00
parent 0c0a42a4c9
commit a974f073c9
4 changed files with 80 additions and 74 deletions

View file

@ -4,6 +4,6 @@ EXPOSE 4785
RUN pip install --no-cache-dir markdown matrix-nio
ADD matrix_webhook.py /
ADD matrix_webhook .
CMD /matrix_webhook.py
CMD python -m matrix_webhook