FROM nginx:stable-alpine-perl
COPY nginx.conf /etc/nginx/nginx.conf
COPY build /usr/share/nginx/html/
