FROM hub.evbj.easou.com/dev/dashouye:v3base COPY release /etc/release RUN export RELEASE=`head -n 1 /etc/release` \ && rsync -vzrtopg --progress $RELEASE/easou-web.war /app/soft/resin-4.0.65/webapps/ROOT.war --password-file=/etc/rsyncd.wapage #start resin ENTRYPOINT ["entrypoint.sh"] CMD ["/usr/bin/supervisord","-c", "/etc/supervisord.conf"]