From e8d59b192a713a1e17f306aafcff74fff238380c Mon Sep 17 00:00:00 2001 From: CREATIVE_tg1 <1+creative_tg1@noreply.localhost> Date: Wed, 20 May 2026 22:28:12 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7b692c4..9b3c314 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM debian:bookworm-slim RUN apt-get update && apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/* COPY gitea-mcp /usr/local/bin/gitea-mcp +RUN chmod +x /usr/local/bin/gitea-mcp EXPOSE 8080 -ENTRYPOINT ["gitea-mcp"] +ENTRYPOINT ["/usr/local/bin/gitea-mcp"] CMD ["-t", "sse"] \ No newline at end of file