diff --git a/docker/Production/entrypoint.sh b/docker/Production/entrypoint.sh index f705d35..80fd905 100644 --- a/docker/Production/entrypoint.sh +++ b/docker/Production/entrypoint.sh @@ -1,5 +1,6 @@ #!/bin/bash set -Eeuo pipefail +set -x cd /opt/powerdns-admin GUNICORN_TIMEOUT="${GUINCORN_TIMEOUT:-120}"