FROM nginx:1.29.0 COPY entrypoint.sh /custom-docker-entrypoint.sh COPY index.html /usr/share/nginx/html/index.html ENTRYPOINT ["/custom-docker-entrypoint.sh"]