From 6cd4c658a89610bac550be8b56d00bba2c05b784 Mon Sep 17 00:00:00 2001 From: Sergey <61871201+SergeyLadanov@users.noreply.github.com> Date: Fri, 29 Nov 2024 11:14:23 +0300 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 65e4b89..0c46606 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,4 +2,4 @@ . /etc/bashrc -exec "$@" +exec bash -c "$@"