Fix searxng entrypoint: use sh instead of bash for Alpine compatibility
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 7s
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:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
envsubst < /searxng/settings.yml.template > /etc/searxng/settings.yml
|
envsubst < /searxng/settings.yml.template > /etc/searxng/settings.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user