Dockerfile 97 B

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