Skip to content

Commit 2da85c8

Browse files
committed
feat(entrypoint): pass arguments to opencode command
1 parent 8e2b54d commit 2da85c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# Ensure MISE configuration is loaded
55
source /etc/bash.bashrc
66

7-
exec /usr/local/bin/opencode
7+
exec /usr/local/bin/opencode "$@"

0 commit comments

Comments
 (0)