Shared www.conf isn't viable due to differing supported options between PHP-FPM versions. Additionally, the Dockerfile multi-stage build wasn't useful as it copied build artifacts. Switched to single-stage with build artifact pruning.
Independent NGINX & PHP-FPM build workflows & directory structure for cleaner and simpler workflow logic.