SearXNG / Dockerfile
localhost-llm's picture
Update Dockerfile
759fb5d verified
raw
history blame contribute delete
279 Bytes
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