Dockerfile 377 B

1234567891011
  1. FROM hub.evbj.easou.com/dev/book-api:v3.1base
  2. #COPY resin.properties /app/soft/resin-4.0.65/conf/resin.properties
  3. COPY entrypoint.sh /usr/bin/entrypoint.sh
  4. ADD http://10.26.22.190/release/app-web/prod-64/esbookweb/1.5.413/esbookweb_1.5.413_kuaiDu3.15.4Dev_T1.5.412-179706_1.5.413_20220803-181844_RBL/ROOT.war /tmp/ROOT.war
  5. ENTRYPOINT ["entrypoint.sh"]
  6. CMD ["supervisord"]