FROM public.ecr.aws/nginx/nginx:stable
RUN true
COPY . /usr/share/nginx/html
RUN true
COPY nginx.conf /etc/nginx/conf.d/default.conf
