FROM nginx:1.17

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

WORKDIR /var/www/instructions
