소스 검색

[CI SKIP]

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

+ 13 - 0
Dockerfile

@@ -0,0 +1,13 @@
+FROM hub.evbj.easou.com/qa/dashouye:v2base
+MAINTAINER scofield[scofield_shi@easou.cn]
+
+
+COPY release /etc/release
+
+RUN export RELEASE=`head -n 1 /etc/release` \
+	&& rsync -vzrtopg --progress $RELEASE/ROOT_com.war /app/soft/resin-pro-3.1.6/webapps/ROOT.war --password-file=/etc/rsyncd.wapage
+
+
+#start resin
+ENTRYPOINT ["entrypoint.sh"]
+CMD ["/usr/bin/supervisord","-c", "/etc/supervisor/supervisord.conf"]