mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
Fix docker asset url (#472)
This commit is contained in:
committed by
GitHub
parent
58b262fe32
commit
5aa54dbd86
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user