Dockerfile 302 B

1234567891011
  1. FROM hub.evbj.easou.com/qa/book-api:v1c
  2. COPY resin.properties /app/soft/resin-4.0.65/conf/resin.properties
  3. COPY skywalking-agent.tgz /tmp/skywalking-agent.tgz
  4. RUN tar -zxf /tmp/skywalking-agent.tgz -C /app/soft/ && rm -f /tmp/skywalking-agent.tgz
  5. ENTRYPOINT ["entrypoint.sh"]
  6. CMD ["supervisord"]