@@ -0,0 +1,7 @@
+FROM hub.evbj.easou.com/pro/book-api-nginx:1.0.1
+
+COPY hostlist.conf /app/soft/nginx/conf/vhosts/book/hostlist.conf
+#start nginx
+ENTRYPOINT ["entrypoint.sh"]
+CMD ["supervisord"]