FROM nginx:alpine

COPY ./nginx.conf /etc/nginx/nginx.conf
COPY ./css /var/www/html/css
COPY ./screens /var/www/html/screens

EXPOSE 8080