FROM nginx:latest

COPY ./compose/local/nginx/certs /etc/nginx/certs
ADD ./compose/local/nginx/nginx.conf /etc/nginx/nginx.conf
