Dockerfile 317 B

123456789101112
  1. #FROM hub.evbj.easou.com/dev/book-duiba:v1.0.0
  2. FROM hub.evbj.easou.com/pro/book-duiba:v1.1.36
  3. COPY ./cmcc.war /opt/cmcc.war
  4. COPY ./entrypoint.sh /usr/bin/entrypoint.sh
  5. COPY ./resin.conf /app/soft/resin-pro-3.1.6/conf/resin.conf
  6. RUN chmod +x /usr/bin/entrypoint.sh
  7. ENTRYPOINT ["entrypoint.sh"]
  8. CMD ["supervisord"]