Browse Source

[CI SKIP]

robert 4 năm trước cách đây
mục cha
commit
919c50a527
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  1. 9 0
      Dockerfile

+ 9 - 0
Dockerfile

@@ -1 +1,10 @@
 FROM hub.evbj.easou.com/dev/dashouye:v3base
+
+COPY release /etc/release
+
+RUN export RELEASE=`head -n 1 /etc/release` \
+	&& rsync -vzrtopg --progress $RELEASE/easou-web.war /app/soft/resin-pro-3.1.6/webapps/ROOT.war --password-file=/etc/rsyncd.wapage
+
+
+#start resin
+ENTRYPOINT ["entrypoint.sh"]