FROM nginx:1.19.7 LABEL MAINTAINER="Chris Diesch " RUN rm /etc/nginx/conf.d/default.conf RUN apt-get update COPY nginx.conf /etc/nginx/conf.d/quarter_internal.conf