FROM nginx:1.15.8-alpine COPY static-html /usr/share/nginx/html COPY conf.d /etc/nginx/conf.d COPY nginx.conf /etc/nginx/nginx.conf