searxng-docker / Dockerfile
Basant Amatya
syntax corrected for COPY instruction
5f073bf
raw
history blame
215 Bytes
# Read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
# you will also find guides on how best to write your Dockerfile
FROM docker.io/searxng/searxng:latest
COPY ./searxng /etc/searxng
EXPOSE 8080/tcp