Dockerfile 184 B

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