Dockerfile 297 B

123456789
  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. COPY book.conf /app/soft/nginx/conf/vhosts/book/book.conf
  4. COPY https.conf /app/soft/nginx/conf/vhosts/book/https.conf
  5. #start nginx
  6. ENTRYPOINT ["entrypoint.sh"]
  7. CMD ["supervisord"]