FROM nginx:1.27-alpine

COPY index.html /usr/share/nginx/html/index.html
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf

EXPOSE 80
