FROM searxng/searxng:latest # Base URL should match how your instance will be accessed externally ENV SEARXNG_BASE_URL=https://localhost-llm-searxng.hf.space # Copy your config and set permissions RUN mkdir -p /etc/searxng && chmod 755 /etc/searxng COPY ./searxng /etc/searxng