FROM nginx:1.24.0-alpine-slim LABEL type="app" name="house-resource-map" COPY dist.zip dist.zip RUN unzip dist.zip && rm -rf dist.zip COPY default.conf /etc/nginx/conf.d/