FROM nginx:1.23.4-alpine WORKDIR /var/www/html COPY ./index.html ./index.html COPY ./nginx.conf /etc/nginx/conf.d/default.conf