Dockerfile 131 B

12345
  1. FROM nginx
  2. EXPOSE 80
  3. RUN rm -v /etc/nginx/conf.d/default.conf
  4. ADD default.conf /etc/nginx/conf.d/
  5. COPY ./dist /usr/share/nginx/html