That's the execution of sample interview task for 15 Marketing.
docker build . -t 15marketingbuild
docker run -d -p 8080:8080 --name 15marketingContainer 15marketingbuild
curl --data-binary '@sample/enter.xml' localhost:8080
./vendor/bin/phpunit --bootstrap vendor/autoload.php tests