first attempts
This commit is contained in:
13
Dockerfile
Normal file
13
Dockerfile
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user