소스 검색

更新 'Dockerfile'

stone 5 년 전
부모
커밋
fb9f5db757
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -2,6 +2,7 @@ FROM hub.evbj.easou.com/qa/wapage2web:v1base.0.0
 MAINTAINER scofield[scofield_shi@easou.cn]
 
 COPY release /etc/release
+COPY resin.conf /app/soft/resin-pro-3.1.16/conf/resin.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