FROM nginx
EXPOSE 80
EXPOSE 443
COPY ./vhost /etc/nginx/conf.d/
COPY ./nginx.conf /etc/nginx/nginx.conf
COPY . /var/www/html