dockerfile 71 B

123
  1. FROM nginx
  2. COPY dist/ /home/web
  3. COPY nginx.conf /etc/nginx/nginx.conf