A Simple Docker Sample to host a static Web Site with NGINX FROM nginx:alpine COPY . /usr/share/nginx/html