From 04ce5ee89cfa7c29e45a2ecaf5e9179eb3658202 Mon Sep 17 00:00:00 2001 From: pedro Date: Wed, 3 Apr 2024 13:48:32 +0200 Subject: [PATCH] idhub.entrypoint: transition to using default port --- docker/idhub.entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/idhub.entrypoint.sh b/docker/idhub.entrypoint.sh index ee936b4..f75c7ec 100755 --- a/docker/idhub.entrypoint.sh +++ b/docker/idhub.entrypoint.sh @@ -99,6 +99,7 @@ config_oidc4vp() { } runserver() { + PORT="${PORT:-8000}" if [ ! "${DEBUG:-}" = "true" ]; then ./manage.py collectstatic if [ "${EXPERIMENTAL:-}" = "true" ]; then