docker-pdns/deprecated/pdns-admin-static-ngoduykhanh/docker-entrypoint.sh

7 lines
132 B
Bash
Executable file

#!/bin/bash
set -euo pipefail
subvars --prefix 'PDNS_ADMIN_STATIC_' < '/pdns-nginx.conf.tpl' > '/etc/nginx/nginx.conf'
exec "$@"