FROM nginx:latest

MAINTAINER yugo-horie

ADD conf/default.conf /etc/nginx/conf.d

RUN echo "now building..."
