diff --git a/dockerfile b/dockerfile index 91f50e0..0092762 100644 --- a/dockerfile +++ b/dockerfile @@ -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"]