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