docker-pdns/pdns-admin-static-ngoduykhanh/docker-entrypoint.sh
2023-12-19 23:12:51 +01:00

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 "$@"