FROM nginx:latest
WORKDIR /usr/share/nginx/html
COPY build/ /usr/share/nginx/html
COPY hub.conf /etc/nginx/conf.d/default.conf