Dockerfile 119 B

1234
  1. FROM docker.reghao.cn/nginx/npm:1.21
  2. RUN sed -i 's/8080/4040/' /etc/nginx/conf.d/http.conf
  3. COPY ./dist/ /opt/webroot/