Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
snackshell
/
searxng
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c1e0072
searxng
/
Dockerfile
snackshell
Upload 3 files
3e4ed6e
verified
3 months ago
raw
Copy download link
history
blame
Safe
169 Bytes
FROM
searxng/searxng:latest
ENV
SEARXNG_BASE_URL=https://${SEARXNG_HOSTNAME:-localhost}/
RUN
mkdir
/etc/searxng \
&&
chmod
777 /etc/searxng
COPY
./searxng /etc/searxng