FROM nginx:1.27-alpine COPY nginx.conf /etc/nginx/nginx.conf COPY warmup.html /usr/share/nginx/html/warmup.html EXPOSE 8080