nttr.fly.dev/entrypoint.sh

4 lines
73 B
Bash
Executable file

#!/bin/sh
set -e
envsubst < /nitter.example.conf > nitter.conf
exec "$@"