Dockerfile 207 B

12345678910
  1. FROM hub.evbj.easou.com/dev/book-api:v3base
  2. COPY resin.properties /app/soft/resin-4.0.65/conf/resin.properties
  3. COPY entrypoint.sh /usr/bin/entrypoint.sh
  4. ENTRYPOINT ["entrypoint.sh"]
  5. CMD ["supervisord"]