Dockerfile 138 B

123456
  1. FROM nginx
  2. RUN rm /etc/nginx/conf.d/default.conf
  3. ADD deploy/nginx.conf /etc/nginx/conf.d/default.conf
  4. COPY dist/ /usr/share/nginx/html/