This repository has been archived on 2023-03-15. You can view files and clone it, but cannot push or open issues or pull requests.
infrastructure/docker/matrix-synapse/entrypoint.sh
2019-07-11 09:33:07 +02:00

4 lines
52 B
Bash
Executable file

#!/bin/sh
. /root/matrix-env/bin/activate
exec "$@"