FROM nginx:1.19.6

RUN rm -f /etc/nginx/conf.d/*
COPY app.conf /etc/nginx/conf.d/
