FROM nginx:1.29.2

RUN apt update -y && apt upgrade -y

COPY ./src/nginx.conf /etc/nginx/nginx.conf