FROM nginx:alpine

COPY ./public /usr/share/nginx/html/wind_validation
COPY ./nginx.conf /etc/nginx/nginx.conf
