|
@@ -10,7 +10,8 @@ RUN export RELEASE=`head -n 1 /etc/release` \
|
|
&& rsync -vzrtopg --progress $RELEASE/wapage2web_baidu.war /app/resin-pro-3.1.6/webapps/ROOT.war --password-file=/etc/rsyncd.wapage \
|
|
&& rsync -vzrtopg --progress $RELEASE/wapage2web_baidu.war /app/resin-pro-3.1.6/webapps/ROOT.war --password-file=/etc/rsyncd.wapage \
|
|
&& chmod +x /usr/bin/entrypoint.sh \
|
|
&& chmod +x /usr/bin/entrypoint.sh \
|
|
&& curl -O http://10.26.22.185:9000/psop/soft/badword.txt \
|
|
&& curl -O http://10.26.22.185:9000/psop/soft/badword.txt \
|
|
- && mv badword.txt /app \
|
|
|
|
|
|
+ && mkdir /app/wapage/webfront/res/WEB-INF/classes -P
|
|
|
|
+ && mv badword.txt /app/wapage/webfront/res/WEB-INF/classes \
|
|
&& ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
|
&& ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
|
|
|
|
|
#start resin and misc
|
|
#start resin and misc
|