Browse Source

rename {main -> matrix_webhook}.py

Guilhem Saurel 6 years ago
parent
commit
bffc7002c1
3 changed files with 3 additions and 3 deletions
  1. 2 2
      Dockerfile
  2. 1 1
      README.md
  3. 0 0
      matrix_webhook.py

+ 2 - 2
Dockerfile

@@ -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

+ 1 - 1
README.md

@@ -15,7 +15,7 @@ Set the following environment variables:
 
 ```
 pip3 install --user matrix-client
-./main.py
+./matrix_webhook.py
 ```
 
 ## Prod

main.py → matrix_webhook.py