docker/bind9/entrypoint.sh

6 lines
86 B
Bash
Executable File

#!/bin/bash
sed -i "s \$BASE_URL $BASE_URL " /etc/bind/named.conf.options
exec "$@"