FROM nginx:alpine COPY ./custom1/*.html /usr/share/nginx/html/ EXPOSE 80 CMD ["nginx", "-g", "daemon off;"]