mirror of
https://github.com/dnlbauer/cordra-mcp.git
synced 2026-09-10 21:55:30 +00:00
feat: added configuration to run Docker in http mode
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
FROM python:3.13-alpine
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
# Install package manager
|
||||
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
|
||||
|
||||
@@ -18,4 +20,6 @@ COPY src src
|
||||
RUN uv sync \
|
||||
--locked
|
||||
|
||||
ENV CORDRA_RUN_MODE=http
|
||||
|
||||
CMD ["uv", "run", "cordra-mcp"]
|
||||
|
||||
Reference in New Issue
Block a user