Method - 1
#!/usr/bin/env php
run([]); exit(0); // Execute below command on terminal at website root // bin/dockerized test php run_olp.php // Note - As you are running this command outside container, you need to pass the DEV_EMAIL environment variable to docker compose // This can be done by modifying bin/dockerized Method - 2 #!/usr/bin/env php run([])) { exit(1); } exit(0); // Execute below command from the dashweb container // docker-compose exec dashweb bash // cd opt/website // php -f run_olp.php Method - 3 'mssp']; $job = new TrialsStrength($input); $job->execute(); // Call this from the CLI: // bin/dockerized tester php run_olp.php