This repository has been archived on 2021-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
matrix-commander-docker/entrypoint.sh

3 lines
91 B
Bash
Raw Permalink Normal View History

2021-08-27 15:56:44 +00:00
/bin/python3 /app/matrix-commander.py -s /data/store -c /data/credentials.json "$@"
2021-08-27 15:34:17 +00:00
exit 0