mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-01-16 08:05:57 +00:00
rename {main -> matrix_webhook}.py
This commit is contained in:
parent
01a083c693
commit
bffc7002c1
@ -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
|
||||
|
||||
@ -15,7 +15,7 @@ Set the following environment variables:
|
||||
|
||||
```
|
||||
pip3 install --user matrix-client
|
||||
./main.py
|
||||
./matrix_webhook.py
|
||||
```
|
||||
|
||||
## Prod
|
||||
|
||||
Loading…
Reference in New Issue
Block a user