FROM nginx:latest

RUN rm -rf /etc/nginx/nginx.conf
COPY ./compose/production/nginx/nginx.conf /etc/nginx/