FROM nginx:alpine

COPY ./nginx.conf /etc/nginx/nginx.conf
COPY ./src /var/www/html

EXPOSE 8080