# Build: podman build -t treetrail-backend-ci -f Containerfile.ci FROM tiptop:5000/python-ci COPY ./pyproject.toml ./README.md ./uv.lock /_lock/ RUN --mount=type=cache,target=/root/.cache <