Update entrypoint.sh

This commit is contained in:
2019-07-29 18:47:36 +03:00
committed by GitHub
parent dfce7eb537
commit 3ee4248b3e

View File

@@ -1,5 +1,6 @@
#!/bin/bash
set -Eeuo pipefail
set -x
cd /opt/powerdns-admin
GUNICORN_TIMEOUT="${GUINCORN_TIMEOUT:-120}"