FROM debian

ADD . .
RUN apt -y update
RUN apt -y install nginx

CMD ["./docker.sh"]
