FROM nginx:alpine
COPY index.html admin.html reset-password.html analysis.html /usr/share/nginx/html/
COPY nginx.conf /etc/nginx/conf.d/default.conf
