FROM nginx:1.25.1

# RUN rm /etc/nginx/conf.d
COPY ./docker/nginx/conf.d /etc/nginx/conf.d

EXPOSE 80