FROM nginx RUN rm /etc/nginx/nginx.conf RUN rm /etc/nginx/conf.d/default.conf COPY nginx_docker.conf /etc/nginx/nginx.conf COPY build /etc/nginx