Fix searxng entrypoint: use sh instead of bash for Alpine compatibility
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 7s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-07 13:45:56 +01:00
parent 2e3d5f4dbe
commit 75f4608d34

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -e
envsubst < /searxng/settings.yml.template > /etc/searxng/settings.yml