# Hosts static html documentation files

FROM nginx
MAINTAINER Phillip Wittrock <pwittroc@google.com>
COPY build/ /usr/share/nginx/html
