- FROM hub.evbj.easou.com/qa/wapage2misc:v1base
- MAINTAINER scofield[scofield_shi@easou.cn]
- COPY entrypoint.sh /usr/bin/entrypoint.sh
- COPY rsyncd.wapage /etc/rsyncd.wapage
- COPY release /etc/release
- COPY supervisord.conf /etc/supervisord.conf
- #start miscSearch
- ENTRYPOINT ["entrypoint.sh"]
- CMD ["/usr/bin/supervisord"]
|