FROM nginx:1.26.2-alpine-slim COPY dist.zip dist.zip RUN unzip dist.zip && rm -rf dist.zip COPY default.conf /etc/nginx/conf.d/