fix: proper dockerfile

This commit is contained in:
2026-07-06 15:42:34 +03:00
parent fc976cd6ef
commit 536309fa1a
+1 -2
View File
@@ -1,6 +1,5 @@
FROM python:3.12-slim
WORKDIR /app
COPY pyproject.toml ./
RUN pip install --no-cache-dir -e ".[http]"
COPY . .
RUN pip install --no-cache-dir -e ".[http]"
CMD ["owa-mcp"]