diff --git a/Dockerfile b/Dockerfile index d79074b7..d542be19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,6 +41,8 @@ RUN uv sync --no-dev && uv pip install "any-llm-sdk[gemini]" && \ WORKDIR /workspace +VOLUME /root/.bub + ENTRYPOINT ["/usr/bin/tini", "--"] CMD ["/app/entrypoint.sh"]