Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# Dockerfile
|
||||
FROM python:3.11-slim
|
||||
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
|
||||
WORKDIR /app
|
||||
RUN uv pip install --system fastmcp mcp
|
||||
COPY server.py .
|
||||
EXPOSE 8000
|
||||
CMD ["python", "server.py"]
|
||||
Reference in New Issue
Block a user