Dockerfile 99 B

1234
  1. FROM nginx
  2. COPY prodist /usr/share/nginx/html/
  3. COPY default.conf /etc/nginx/conf.d/default.conf