infrastructure/app/build/matrix-synapse/entrypoint.sh

4 lines
52 B
Bash
Executable File

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