I have an nginx container, with the following Dockerfile:
FROM nginx:1.19.2 COPY ./nginx.conf /etc/nginx/nginx.conf COPY ./conf.d /etc/nginx/conf.d WORKDIR /etc