update README

This commit is contained in:
Guilhem Saurel 2021-07-18 18:12:08 +02:00
parent 922ebf5c78
commit c9045d407d
4 changed files with 53 additions and 16 deletions

View file

@ -4,6 +4,6 @@ EXPOSE 4785
RUN pip install --no-cache-dir markdown matrix-nio
ADD matrix_webhook .
ADD matrix_webhook matrix_webhook
CMD python -m matrix_webhook
ENTRYPOINT ["python", "-m", "matrix_webhook"]