docker-pipeline-test/hello
Christopher Vagnetoft 9b78e90b57
Some checks failed
continuous-integration/woodpecker the build failed
Initial commit
2021-12-03 16:46:00 +01:00

8 lines
120 B
PHP
Executable File

#!/usr/bin/env php
<?php
require_once __DIR__."/vendor/autoload.php";
$app = new Hello\HelloApplication;
$app->run();