Add Dockerfile
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
FROM ghcr.io/astral-sh/uv:python3.12-trixie-slim
|
||||||
|
|
||||||
|
WORKDIR /app
|
||||||
|
COPY server.py .
|
||||||
|
|
||||||
|
RUN uv pip install --system fastmcp httpx
|
||||||
|
|
||||||
|
EXPOSE 8000
|
||||||
|
CMD ["python", "server.py"]
|
||||||
Reference in New Issue
Block a user