You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
STARTUP_COMMAND_2: "php bin/console doctrine:migrations:migrate -n --allow-no-migration"#FIXME: if no flag --allow-no-migration, the command fails. Why?
STARTUP_COMMAND_1: "touch .env"# Create a fake .env file so that Symfony does not complain on startup.
57
+
STARTUP_COMMAND_2: "composer install || composer install --pref-source"# --pref-source might be required for Vagrant user.
58
+
STARTUP_COMMAND_3: "php bin/console doctrine:migrations:migrate -n --allow-no-migration"#FIXME: if no flag --allow-no-migration, the command fails. Why?
0 commit comments