upd: install.php
comment out building asset map
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
print "Updating packages and compiling assets".PHP_EOL;
|
print "Updating packages and compiling assets".PHP_EOL;
|
||||||
`COMPOSE_ALLOW_SUPERUSER=1 composer update`;
|
`COMPOSE_ALLOW_SUPERUSER=1 composer update`;
|
||||||
`symfony console asset-map:compile`;
|
//`symfony console asset-map:compile`;
|
||||||
|
|
||||||
print "Creating database schema".PHP_EOL;
|
print "Creating database schema".PHP_EOL;
|
||||||
`symfony console doctrine:database:create`;
|
`symfony console doctrine:database:create`;
|
||||||
|
|||||||
Reference in New Issue
Block a user