Explorar el Código

更新 'Dockerfile'

stone hace 5 años
padre
commit
1b67d33fc6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -12,7 +12,7 @@ RUN yum install -y wget rsync epel-release \
 	&& curl -O http://10.26.22.185:9000/psop/soft/jdk1.6.0_21.tar.gz \
 	&& curl -O http://10.26.22.185:9000/psop/soft/web.tar.gz \
 	&& tar -zxf jdk1.6.0_21.tar.gz -C /usr/local/java/ \ 
-	&& tar -zxf misc.tar.gz -C /app/ \
+	&& tar -zxf web.tar.gz -C /app/ \
 	&& rm -f web.tar.gz jdk1.6.0_21.tar.gz \
 	&& rm -f /app/resin-pro-3.1.6/conf/resin.conf