Dockerfile 316 B

1234567891011
  1. FROM hub.evbj.easou.com/qa/wapage2misc:v1base
  2. MAINTAINER scofield[scofield_shi@easou.cn]
  3. COPY entrypoint.sh /usr/bin/entrypoint.sh
  4. COPY rsyncd.wapage /etc/rsyncd.wapage
  5. COPY release /etc/release
  6. COPY supervisord.conf /etc/supervisord.conf
  7. #start miscSearch
  8. ENTRYPOINT ["entrypoint.sh"]
  9. CMD ["/usr/bin/supervisord"]