adventofcode How to use it: docker run --rm -it -v $(pwd):/app -w /app php:8-alpine sh -c \ "cd 2022/day01; php part1.php < input"