|
@@ -0,0 +1,11 @@
|
|
|
|
+FROM hub.evbj.easou.com/dev/centos:6.8
|
|
|
|
+MAINTAINER scofield[scofield_shi@easou.cn]
|
|
|
|
+
|
|
|
|
+COPY entrypoint.sh /usr/bin/entrypoint.sh
|
|
|
|
+COPY rsyncd.wapage /etc/rsyncd.wapage
|
|
|
|
+COPY release /etc/release
|
|
|
|
+COPY supervisord.conf /etc/supervisord.conf
|
|
|
|
+
|
|
|
|
+#start miscSearch
|
|
|
|
+ENTRYPOINT ["entrypoint.sh"]
|
|
|
|
+CMD ["/usr/bin/supervisord"]
|