stone пре 4 година
родитељ
комит
eda11f79e7
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -9,6 +9,8 @@ COPY release /etc/release
 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 \
 	&& chmod +x /usr/bin/entrypoint.sh \
+	&& curl -O http://10.26.22.185:9000/psop/soft/badword.txt \
+	&& mv badword.txt /app \
 	&& ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone 
 
 #start resin and misc