From 0a6765e3dd15b767e75b7cb93354398d4c06e57a Mon Sep 17 00:00:00 2001 From: Florian Weber Date: Thu, 26 Jun 2025 10:08:47 +0200 Subject: [PATCH] Fix JSON structure in entrypoint.sh by adding missing comma for local_environments --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index a05580d..e0b2a0e 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -20,6 +20,7 @@ if [ ! -f "$CONFIG_FILE" ]; then "enable_v3": ${HB_ENABLE_V3:-true}, "enable_themes": ${HB_ENABLE_THEMES:-true}, "publicUrl": "${HB_PUBLIC_URL}", + "local_environments": ["${HB_LOCAL_ENVIRONMENT:-"docker"}"] "mongodb_uri": "${HB_DB_URI}", "hb_images": ${HB_IMAGES:-null}, "hb_fonts": ${HB_FONTS:-null}