From 446b0451ba51059c94dbfbd588fe33a9d9f31c52 Mon Sep 17 00:00:00 2001 From: Sergey <61871201+SergeyLadanov@users.noreply.github.com> Date: Fri, 29 Nov 2024 11:58:15 +0300 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 9d48d31..87584a8 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,4 +2,5 @@ . /etc/bashrc -exec $@ +#exec $@ +exec bash -c "$@"