This is a Nginx base image for Cloudy
Create a Dockerfile
FROM ghcr.io/cloud-cli/nginx
ADD . /home/appBuild an app
docker build -t app-image .
docker run --rm app-imageTo add additional Nginx configuration, create a folder called .nginx and add .conf files to that folder, e.g. app.conf