From c74dc92febd1841c8ea5ff31caab0f941d57527d Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sat, 16 Jan 2021 17:07:01 +0100 Subject: Proposal: reorganize app/ folder by modules --- app/im/build/matrix-synapse/entrypoint.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 app/im/build/matrix-synapse/entrypoint.sh (limited to 'app/im/build/matrix-synapse/entrypoint.sh') diff --git a/app/im/build/matrix-synapse/entrypoint.sh b/app/im/build/matrix-synapse/entrypoint.sh new file mode 100755 index 0000000..b93a702 --- /dev/null +++ b/app/im/build/matrix-synapse/entrypoint.sh @@ -0,0 +1,3 @@ +#!/bin/sh +. /root/matrix-env/bin/activate +exec "$@" -- cgit v1.2.3