robert hace 4 años
padre
commit
7fa7e61329
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,7 +1,7 @@
 FROM hub.evbj.easou.com/qa/book-touchrs-base:v3base
 
 #update release version
-COPY http://10.26.22.185:9000/psop/conf/touch_flume/flume.conf /app/soft/flume-1.7.0/conf/flume.conf
+#COPY http://10.26.22.185:9000/psop/conf/touch_flume/flume.conf /app/soft/flume-1.7.0/conf/flume.conf
 COPY release /etc/release
 
 RUN export RELEASE=`head -n 1 /etc/release` \