#!/bin/bash -e conf="$(envsubst < /etc/coturn/turnserver.conf)" echo "$conf" > /etc/coturn/turnserver.conf exec "$@"