瀏覽代碼

[CI SKIP]

robert 2 年之前
父節點
當前提交
087b37768b
共有 1 個文件被更改,包括 7 次插入0 次删除
  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"]