Explorar el Código

更新 'Dockerfile'

robert hace 5 años
padre
commit
6acb3521e9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -29,7 +29,7 @@ COPY flume_start.sh /app/soft/flume-1.7.0/start.sh
 
 RUN export RELEASE=`head -n 1 /etc/release` \
     && rsync -avz $RELEASE/ROOT.war /tmp/ROOT.war \
-    && chmod +x /usr/bin/entrypoint.sh
+    && chmod +x /usr/bin/entrypoint.sh /app/soft/flume-1.7.0/start.sh
 
 #start resin
 ENTRYPOINT ["entrypoint.sh"]