Clean: keep only compose config

This commit is contained in:
2026-05-30 12:07:06 +00:00
commit d6ba44c960
3 changed files with 34 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM python:3.13-slim
RUN pip install --no-cache-dir duckduckgo-mcp-server
ENTRYPOINT ["duckduckgo-mcp-server"]