feat: basics
This commit was merged in pull request #1.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
FROM python:3.12-slim
|
||||
WORKDIR /app
|
||||
COPY pyproject.toml ./
|
||||
RUN pip install --no-cache-dir -e ".[http]"
|
||||
COPY . .
|
||||
CMD ["owa-mcp"]
|
||||
Reference in New Issue
Block a user