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
Some checks failed
Building and publishing Homebrewery as Docker Image / build (release) Has been cancelled
This commit is contained in:
parent
81fd807a71
commit
0a6765e3dd
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user