FROM registry.access.redhat.com/ubi8/nginx-118 # Add application sources ADD index.html . # Run script uses standard ways to run the application CMD nginx -g "daemon off;"