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 "$@"