Dockerfile 179 B

1234567
  1. FROM hub.evbj.easou.com/pro/book-api-nginx:v1.0.1
  2. COPY hostlist.conf /app/soft/nginx/conf/vhosts/book/hostlist.conf
  3. #start nginx
  4. ENTRYPOINT ["entrypoint.sh"]
  5. CMD ["supervisord"]