dean_zhang před 1 rokem
rodič
revize
51f941f495
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -6,7 +6,7 @@ COPY supervisord.conf /etc/supervisord.conf
 
 
 RUN cd /app \
-    && echo 'yes' | svn co https://svn.evbj.easou.com/codes/ep/base/search/eavideo/eavideo_adv_app/trunk --username hunter_lu --password=easou_hunter trunk \
+    && echo 'yes' | svn co https://svn.evbj.easou.com/codes/ep/base/search/eavideo/eavideo_adv_app/branches/app2.0 --username hunter_lu --password=easou_hunter trunk \
     && sh /app/build.sh \
     && cp /app/trunk/eavideoapp-admin/target/eavideoapp-admin.jar /app/wapage/ \
     && rm -rf /app/trunk