FROM nginx:alpine
RUN apk add --no-cache curl git bash
COPY ./index.html /usr/share/nginx/html/index.html
EXPOSE 80
