#!/usr/bin/env php initializeInfrastructure(); Provisioner::run($container->get(\PDO::class)); fwrite(STDOUT, "Provisioning termine.\n");