diff --git a/entrypoint.sh b/entrypoint.sh index e0b2a0e..5ee1357 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -20,7 +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"}"] + "local_environments": ["${HB_LOCAL_ENVIRONMENT:-"docker"}"], "mongodb_uri": "${HB_DB_URI}", "hb_images": ${HB_IMAGES:-null}, "hb_fonts": ${HB_FONTS:-null}