nginx Base Docker Nginx image, suitable from running on Openshift 3. Usage FROM sqroot/nginx COPY html /usr/share/nginx/html The web server listens on port 8080. Build docker buildx build --platform=linux/amd64 -t sqroot/nginx . License MIT license