Fix docker asset url (#472)

This commit is contained in:
Darko Gjorgjijoski
2025-09-08 17:52:33 +02:00
committed by GitHub
parent 58b262fe32
commit 5aa54dbd86

View File

@@ -23,6 +23,9 @@ fi
if [ "$APP_URL" != '' ]; then
replace_or_insert "APP_URL" "$APP_URL"
fi
if [ "$ASSET_URL" != '' ]; then
replace_or_insert "ASSET_URL" "$ASSET_URL"
fi
if [ "$APP_DIR" != '' ]; then
replace_or_insert "APP_DIR" "$APP_DIR"
fi