FROM nginx:alpine

COPY nginx/conf.d/ /etc/nginx/conf.d/
COPY dist/ /usr/share/nginx/html/
