rename {main -> matrix_webhook}.py

This commit is contained in:
Guilhem Saurel 2019-02-17 12:15:27 +01:00
parent 01a083c693
commit bffc7002c1
3 changed files with 3 additions and 3 deletions

View file

@ -5,6 +5,6 @@ EXPOSE 4785
RUN pip3 install --no-cache-dir \
matrix-client
ADD main.py /
ADD matrix_webhook.py /
CMD /main.py
CMD /matrix_webhook.py