Dockerfile 128 B

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