FROM nginx

RUN mkdir /usr/share/nginx/html/m
ADD m /usr/share/nginx/html/m

COPY nginx.conf /etc/nginx/nginx.conf
