From 36f3ab3bd13e63483450488826f9c0a8ff60235c Mon Sep 17 00:00:00 2001 From: Ryan Prather Date: Thu, 26 Mar 2026 18:31:06 -0400 Subject: [PATCH] upd: install.php comment out building asset map --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index b4ccdcd..84e842a 100755 --- a/install.php +++ b/install.php @@ -4,7 +4,7 @@ print "Updating packages and compiling assets".PHP_EOL; `COMPOSE_ALLOW_SUPERUSER=1 composer update`; -`symfony console asset-map:compile`; +//`symfony console asset-map:compile`; print "Creating database schema".PHP_EOL; `symfony console doctrine:database:create`;