nttr.fly.dev/entrypoint.sh

5 lines
73 B
Bash
Raw Normal View History

2022-07-11 19:32:49 +09:00
#!/bin/sh
set -e
envsubst < /nitter.example.conf > nitter.conf
exec "$@"