|
@@ -6,9 +6,9 @@ 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/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/trunk --username hunter_lu --password=easou_hunter trunk \
|
|
|
&& sh /app/build.sh \
|
|
|
- && cp /app/trunk/eavideo-admin/target/eavideo-admin.jar /app/wapage/ \
|
|
|
+ && cp /app/trunk/eavideoapp-admin/target/eavideoapp-admin.jar /app/wapage/ \
|
|
|
&& rm -rf /app/trunk
|
|
|
|
|
|
ENTRYPOINT ["entrypoint.sh"]
|