Browse Source

更新 'Dockerfile-00'

stone 5 năm trước cách đây
mục cha
commit
9a51933719
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      Dockerfile-00

+ 2 - 1
Dockerfile-00

@@ -1,8 +1,9 @@
-FROM hub.evbj.easou.com/dev/centos:6.8
+FROM hub.evbj.easou.com/qa/wapage2web:v1base.0.11
 MAINTAINER scofield[scofield_shi@easou.cn]
 
 #update release version
 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/resin-pro-3.1.6/webapps/ROOT.war --password-file=/etc/rsyncd.wapage