robert 2 anni fa
parent
commit
087b37768b
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. 7 0
      Dockerfile

+ 7 - 0
Dockerfile

@@ -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"]