FROM nginx:1.27-alpine

COPY default.conf /etc/nginx/conf.d/default.conf

RUN rm /etc/nginx/conf.d/default.conf.dpkg-dist 2>/dev/null || true
