#MaxKey nginx Proxy Docker Build

FROM nginx

COPY ./default.conf /etc/nginx/conf.d/default.conf


#CMD ["nginx", "-g", "daemon off;"]