chore: install opencode in ddev container for security reasons

This commit is contained in:
Björn Fromme
2026-01-05 16:58:18 +01:00
parent 3c5ca03a1f
commit ff457a1d3d
5 changed files with 37 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
#ddev-generated
## Description: OpenCode AI coding assistant
## Usage: opencode
## Example: ddev opencode [...]
set -e
opencode $@