Skip to content

Commit d72824e

Browse files
author
Pedro Rodrigues
committed
remove remote Dockerfile
1 parent 70a31ae commit d72824e

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim-bookworm
1+
FROM python:3.11-slim-bookworm
22
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
33

44
# Copy the project into the image
@@ -11,4 +11,4 @@ RUN uv sync --locked
1111
# Expose the port the MCP server runs on
1212
EXPOSE 8000
1313

14-
CMD ["uv", "run", "src/main.py", "start", "--transport", "sse"]
14+
CMD ["uv", "run", "src/main.py", "start", "--transport", "stdio"]

local.Dockerfile

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)