diff --git a/dockerfile b/dockerfile new file mode 100644 index 000000000..de473e3e1 --- /dev/null +++ b/dockerfile @@ -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"]