aniftyco/php Lightweight Alpine Linux container with Caddy & PHP Usage: FROM aniftyco/php COPY index.php /app/ Build it docker build -t my-app . Run it docker run --rm -it my-app