File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -965,13 +965,15 @@ private function laravel_finetunes()
965
965
$ nixpacks_php_fallback_path = new EnvironmentVariable ();
966
966
$ nixpacks_php_fallback_path ->key = 'NIXPACKS_PHP_FALLBACK_PATH ' ;
967
967
$ nixpacks_php_fallback_path ->value = '/index.php ' ;
968
+ $ nixpacks_php_fallback_path ->is_build_time = false ;
968
969
$ nixpacks_php_fallback_path ->application_id = $ this ->application ->id ;
969
970
$ nixpacks_php_fallback_path ->save ();
970
971
}
971
972
if (! $ nixpacks_php_root_dir ) {
972
973
$ nixpacks_php_root_dir = new EnvironmentVariable ();
973
974
$ nixpacks_php_root_dir ->key = 'NIXPACKS_PHP_ROOT_DIR ' ;
974
975
$ nixpacks_php_root_dir ->value = '/app/public ' ;
976
+ $ nixpacks_php_root_dir ->is_build_time = false ;
975
977
$ nixpacks_php_root_dir ->application_id = $ this ->application ->id ;
976
978
$ nixpacks_php_root_dir ->save ();
977
979
}
You can’t perform that action at this time.
0 commit comments