@ -5,4 +5,6 @@ WORKDIR /var/www/
RUN mkdir -p /var/www/website
COPY public /var/www/website
COPY nginx/nginx.conf /etc/nginx/nginx.conf
EXPOSE 80