- FROM hub.evbj.easou.com/qa/copyright-content-manager-api:v1base
- COPY release /etc/release
- RUN export RELEASE=`head -n 1 /etc/release` \
- && curl -o /tmp/ROOT.war $RELEASE/ROOT.war \
- && chmod +x /usr/bin/entrypoint.sh
- #start resin
- ENTRYPOINT ["entrypoint.sh"]
- CMD ["supervisord"]
|