upd: install.php

comment out building asset map
This commit is contained in:
2026-03-26 18:31:06 -04:00
parent 4a1777d160
commit 36f3ab3bd1

View File

@@ -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`;