Dockerfile 99 B

123
  1. FROM nginx
  2. COPY dist/ /usr/share/nginx/html/
  3. COPY nginx/default.conf /etc/nginx/conf.d/default.conf