Files
web_server/searxng/entrypoint.sh
Adam French 75f4608d34
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 7s
Fix searxng entrypoint: use sh instead of bash for Alpine compatibility
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-07 13:45:56 +01:00

7 lines
151 B
Bash

#!/bin/sh
set -e
envsubst < /searxng/settings.yml.template > /etc/searxng/settings.yml
exec /usr/local/searxng/dockerfiles/docker-entrypoint.sh "$@"