FROM docker.io/nginx:latest COPY nginx.conf /etc/nginx/conf.d/default.conf COPY html/ /usr/share/nginx/html/ COPY static/ /usr/share/nginx/static/