Fix JSON structure in entrypoint.sh by adding missing comma for local_environments
Some checks failed
Building and publishing Homebrewery as Docker Image / build (release) Has been cancelled

This commit is contained in:
Florian Weber 2025-06-26 10:08:47 +02:00
parent 81fd807a71
commit 0a6765e3dd
Signed by: f.weber
GPG Key ID: A1C85EB19014A2D3

View File

@ -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}