File size: 279 Bytes
efa36bc
759fb5d
 
 
 
 
 
efa36bc
1
2
3
4
5
6
7
8
9
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