- FROM hub.evbj.easou.com/dev/book-api:v3.1base
- #COPY resin.properties /app/soft/resin-4.0.65/conf/resin.properties
- COPY entrypoint.sh /usr/bin/entrypoint.sh
- ADD http://10.26.22.190/release/app-web/prod-64/novelapi/3.1.278/novelapi_3.1.278_kuaiDu3.15.4Dev_B3.1.277-179663_3.1.278_20220825-112355_RBL/ROOT.war /tmp/ROOT.war
- ENTRYPOINT ["entrypoint.sh"]
- CMD ["supervisord"]
|