12345678910111213 |
- FROM hub.evbj.easou.com/qa/dashouye:v2base
- MAINTAINER scofield[scofield_shi@easou.cn]
- COPY flume.conf /app/soft/flume-1.7.0/conf/flume.conf
- COPY release /etc/release
- RUN export RELEASE=`head -n 1 /etc/release` \
- && rsync -vzrtopg --progress $RELEASE/easou-web.war /app/soft/resin-pro-3.1.6/webapps/ROOT.war --password-file=/etc/rsyncd.wapage
- #start resin
- ENTRYPOINT ["entrypoint.sh"]
- CMD ["/usr/bin/supervisord","-c", "/etc/supervisor/supervisord.conf"]
|