FROM nginx:stable-alpine-slim

COPY ./index.html /etc/nginx/html/index.html

COPY ./nginx.conf /etc/nginx/conf.d/default.conf