Dockerfile 101 B

1234
  1. FROM debian10/nginx
  2. RUN sed -i 's/8080/8091/' /etc/nginx/conf.d/http.conf
  3. COPY ./dist /opt/webroot/