Create dockerfile

This commit is contained in:
BIG Folio 2025-05-13 20:51:36 -05:00 committed by GitHub
parent 1a8884fa26
commit 69440673c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

7
dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM ghcr.io/searxng/searxng:latest
# Expose the port that SearXNG uses internally
EXPOSE 8080
# Start the app
CMD ["uwsgi", "--ini", "/etc/searxng/uwsgi.ini"]