FROM nginx:latest EXPOSE 80 COPY nginx.conf /etc/nginx/nginx.conf RUN rm /usr/share/nginx/html/* -rf