Ver Fonte

[CI SKIP]

robert há 2 anos atrás
pai
commit
087b37768b
1 ficheiros alterados com 7 adições e 0 exclusões
  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"]