MCPs/networking/Dockerfile
Tobias J. Endres 22b81b2478
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
feat: update fleet to tested MCPs + add 10 new MCPs with Dockerfiles + Woodpecker CI
2026-06-23 15:09:54 +02:00

4 lines
No EOL
170 B
Docker

FROM node:22-slim
RUN npm install -g mcp-proxy@6.5.2 @leviai/netrecon-mcp@1.0.0
EXPOSE 8113
CMD ["mcp-proxy", "--port", "8113", "--host", "0.0.0.0", "--", "netrecon-mcp"]