Where you can copy and paste Dockerfile.
nginx-php-74
npm init dockerfile@latest nginx-php-74
FROM wyveo/nginx-php-fpm:php74 COPY index.php /usr/share/nginx/html/index.php