Build app containers
$ docker-compose up -dRebuild database schema (src/Resources/Database/Schema/Schema.sql)
$ bin/app-bash rebuildRebuild database with test data fixtures
$ bin/app-bash rebuild --testRebuild database with templates data (src/Resources/Database/EmailTemplates)
$ bin/app-bash rebuild --templatesRun app
$ bin/app-bash --devRun tests
$ bin/app-bash test