Skip to content

Commit 4923ef0

Browse files
authored
Update OPENCODE_BINARY path in Dockerfile
1 parent def05e1 commit 4923ef0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

opencode/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN mkdir -p /tmp/opencode-sessions
5252

5353
# Set environment variables
5454
ENV OPENCODE_SESSION_DIR=/tmp/opencode-sessions
55-
ENV OPENCODE_BINARY=/usr/local/bin/opencode
55+
ENV OPENCODE_BINARY=/usr/bin/opencode
5656
ENV OPENCODE_MAX_SESSIONS=10
5757
ENV OPENCODE_LOG_RETENTION_HOURS=24
5858
ENV OPENCODE_FORMAT=json

0 commit comments

Comments
 (0)