searxng-docker / Dockerfile
Basant Amatya
searxng folder added
975d4c4
raw
history blame
256 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
EXPOSE 8080/tcp
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]