first attempts

This commit is contained in:
2026-01-18 19:03:38 +01:00
commit 93da0b117e
6 changed files with 1533 additions and 0 deletions

13
Dockerfile Normal file
View File

@@ -0,0 +1,13 @@
FROM ubuntu:24.04
# Install OpenCode
RUN curl -fsSL https://opencode.ai/install | bash
# Copy custom OpenCode configuration
RUN mkdir -p /root/.config
COPY ./config_opencode /root/.config/opencode
# env var for the mcp server
ARG MCP_SERVER
ENV MCP_SERVER=$MCP_SERVER