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