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