Files
2026-07-06 15:42:34 +03:00

6 lines
104 B
Docker

FROM python:3.12-slim
WORKDIR /app
COPY . .
RUN pip install --no-cache-dir -e ".[http]"
CMD ["owa-mcp"]