|
@@ -10,7 +10,7 @@ COPY release /etc/release
|
|
|
|
|
|
RUN yum install -y rsync
|
|
RUN yum install -y rsync
|
|
&& yum install -y wget rsync epel-release \
|
|
&& yum install -y wget rsync epel-release \
|
|
- && yum install -y supervisor
|
|
|
|
|
|
+ && yum install -y supervisor
|
|
&& export RELEASE=`head -n 1 /etc/release` \
|
|
&& export RELEASE=`head -n 1 /etc/release` \
|
|
&& rsync -vzrtopg --progress $RELEASE/wapage2web_baidu.war /app/soft/resin-pro-3.1.6/webapps/ROOT.war --password-file=/etc/rsyncd.wapage
|
|
&& rsync -vzrtopg --progress $RELEASE/wapage2web_baidu.war /app/soft/resin-pro-3.1.6/webapps/ROOT.war --password-file=/etc/rsyncd.wapage
|
|
|
|
|