Browse Source

更新 'Dockerfile'

robert 1 year ago
parent
commit
344b85cfb5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -1,6 +1,8 @@
 FROM hub.evbj.easou.com/rec/eavideo-admin:v1base
 
 COPY 2ea92094abd2c97ce8d8036c8fc0087d /root/.subversion/auth/svn.ssl.server/2ea92094abd2c97ce8d8036c8fc0087d
+COPY build.sh /app/build.sh
+COPY start.sh /app/wapage/start.sh
 
 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 \