FROM nginx:alpine

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