robert 1 anno fa
parent
commit
d5a9bf80c5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,7 +1,7 @@
 FROM hub.evbj.easou.com/pro/book-touchrs-base:v2.3.7
 
 #update release version
-#COPY flume.conf /app/soft/flume-1.7.0/conf/flume.conf
+COPY flume.conf /app/soft/flume-1.7.0/conf/flume.conf
 COPY release /etc/release
 
 RUN export RELEASE=`head -n 1 /etc/release` \