From 2da85c8fc0263be2583e3355eaaad72411f32d75 Mon Sep 17 00:00:00 2001 From: Thomas Meckel Date: Wed, 11 Mar 2026 15:46:39 +0000 Subject: [PATCH] feat(entrypoint): pass arguments to opencode command --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 9349fca..13a129b 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -4,4 +4,4 @@ # Ensure MISE configuration is loaded source /etc/bash.bashrc -exec /usr/local/bin/opencode +exec /usr/local/bin/opencode "$@"