FROM nginx:alpine

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