Dockerfile 200 B

12345
  1. FROM hub.c.163.com/library/nginx
  2. MAINTAINER USOFTCHINA <yingp@usoftchina.com>
  3. RUN rm /etc/nginx/conf.d/default.conf
  4. ADD runtime/nginx/default.conf /etc/nginx/conf.d/
  5. COPY dist/ /usr/share/nginx/html/