Files
web_server/searxng/Dockerfile
Adam French a967a249c2
Some checks failed
Deploy with Docker Compose / deploy (push) Failing after 0s
Add base url to new containers
2026-04-07 12:57:16 +01:00

8 lines
204 B
Docker

FROM searxng/searxng:latest
COPY settings.yml.template /searxng/settings.yml.template
COPY entrypoint.sh /searxng/entrypoint.sh
RUN chmod +x /searxng/entrypoint.sh
ENTRYPOINT ["/searxng/entrypoint.sh"]