docker-compose.yml environment to start monarc with docker
bash init.shBuild container image without using cache
docker compose build --no-cachedocker compose exec monarc bashdocker compose exec monarc bash -c "cd /var/lib/monarc && php ./vendor/robmorgan/phinx/bin/phinx migrate -c module/Monarc/FrontOffice/migrations/phinx.php"
docker compose exec monarc bash -c "cd /var/lib/monarc && php ./vendor/robmorgan/phinx/bin/phinx migrate -c module/Monarc/Core/migrations/phinx.php"