idhub.entrypoint: transition to using default port

This commit is contained in:
pedro 2024-04-03 13:48:32 +02:00
parent 67bff62999
commit 04ce5ee89c
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ config_oidc4vp() {
}
runserver() {
PORT="${PORT:-8000}"
if [ ! "${DEBUG:-}" = "true" ]; then
./manage.py collectstatic
if [ "${EXPERIMENTAL:-}" = "true" ]; then