diff --git a/docker/production/inject.sh b/docker/production/inject.sh index 03acb88f..24f9e222 100644 --- a/docker/production/inject.sh +++ b/docker/production/inject.sh @@ -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