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
Samuel Philipp ec32f3bdb2
All checks were successful
continuous-integration/drone/push Build is passing
fixed entrypoint.sh
2021-08-27 17:56:44 +02:00

3 lines
91 B
Bash
Executable file

/bin/python3 /app/matrix-commander.py -s /data/store -c /data/credentials.json "$@"
exit 0