From bbdc4cec5de95ca8e3786aed20c1e86f9ab9e979 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Fri, 27 Feb 2026 06:20:05 +0200 Subject: [PATCH] ops: add the mcp server to the docker file --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 8c4de46..0dafe33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,6 @@ FROM python:3.12-slim-trixie + +LABEL io.modelcontextprotocol.server.name="io.github.D4Vinci/Scrapling" COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ # Set environment variables