commit 3292d477b294dac46716e947c48044d69f325d88 parent 49118f8afba46977aa5e4c78010d626069b511b5 Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 30 Aug 2022 20:31:40 +0200 Remove exec from cmd Diffstat:
| M | dockerfiles/synapse | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dockerfiles/synapse b/dockerfiles/synapse @@ -5,4 +5,4 @@ COPY ./synapse_config.yaml /synapse/config/homeserver.yaml COPY ./synapse_log.yaml /synapse/config/log.yaml COPY ./synapse_signing.key /synapse/keys/signing.key -CMD "exec python -B -m synapse.app.homeserver -c /synapse/config/homeserver.yaml" -\ No newline at end of file +CMD "python -B -m synapse.app.homeserver -c /synapse/config/homeserver.yaml" +\ No newline at end of file