# Use the lightest official nginx image FROM nginx:alpine # Copy static files to the nginx server directory COPY . /usr/share/nginx/html # Expose port 80 EXPOSE 80