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
+6
View File
@@ -0,0 +1,6 @@
#ddev-generated
webimage_extra_packages:
- xdg-utils
hooks:
post-start:
- exec: "mkdir -p /var/www/html/.ddev/opencode/.opencode && ln -sf /var/www/html/.ddev/opencode/.opencode ~/.opencode"