There was an error while loading. Please reload this page.
1 parent b015273 commit 7e8548dCopy full SHA for 7e8548d
1 file changed
opencode-docs-mcp/Containerfile
@@ -0,0 +1,11 @@
1
+FROM node:22-alpine
2
+
3
+LABEL description="OpenCode documentation MCP server"
4
+LABEL org.opencontainers.image.source="https://github.com/makeitworkcloud/images"
5
6
+RUN npm install --global --omit=dev [email protected] \
7
+ && npm cache clean --force
8
9
+USER node
10
11
+ENTRYPOINT ["opencode-docs-mcp"]
0 commit comments