Some checks failed
Deploy with Docker Compose / deploy (push) Failing after 0s
7 lines
153 B
Bash
7 lines
153 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
envsubst < /searxng/settings.yml.template > /etc/searxng/settings.yml
|
|
|
|
exec /usr/local/searxng/dockerfiles/docker-entrypoint.sh "$@"
|