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