run opencode in "interactive shell" mode
this should resolve any clipboard issues with copying and pasting text
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
services:
|
||||
opencode:
|
||||
image: redpencil/opencode:0.0.1
|
||||
stdin_open: true
|
||||
tty: true
|
||||
volumes:
|
||||
- ./data/opencode/share:/root/.local/share/opencode
|
||||
- ./config/opencode/opencode.json:/root/.config/opencode/opencode.json
|
||||
|
||||
Reference in New Issue
Block a user