Ver código fonte

更新 'Dockerfile'

stone 5 anos atrás
pai
commit
4a339114bf
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -20,7 +20,7 @@ COPY release /etc/release
 COPY supervisord.conf /etc/supervisord.conf
 
 RUN export RELEASE=`head -n 1 /etc/release` \
-	&& rsync -vzrtopg --progress $RELEASE/wapage2web_baidu.war /app/soft/resin-pro-3.1.16/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
 
 #start miscSearch
 ENTRYPOINT ["entrypoint.sh"]