FROM nginx:alpine
COPY out /usr/share/nginx/html
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY next-routes.conf /usr/share/nginx/next-routes.conf