Dockerfile 145 B

1234
  1. FROM nginx:latest
  2. COPY docker/dist.conf /etc/nginx/conf.d/dist.conf
  3. RUN rm /etc/nginx/conf.d/default.conf -rf
  4. COPY dist/ /usr/share/nginx/html/