Dockerfile 169 B

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