Dockerfile 145 B

12345
  1. FROM nginx:latest
  2. MAINTAINER lantone
  3. RUN rm /etc/nginx/conf.d/default.conf
  4. ADD default.conf /etc/nginx/conf.d/
  5. COPY dist/ /usr/share/nginx/html/