# Use the official, lightweight Nginx web server image FROM nginx:latest # Copy the entire contents of your httpdocs folder into Nginx's default site directory COPY httpdocs/ /usr/share/nginx/html/