robert 5 ماه پیش
والد
کامیت
a866707f19
1فایلهای تغییر یافته به همراه11 افزوده شده و 0 حذف شده
  1. 11 0
      entrypoint.sh

+ 11 - 0
entrypoint.sh

@@ -0,0 +1,11 @@
+#!/bin/bash
+
+set -e
+set -o pipefail
+
+rm -f /opt/tomcat-7.0.105/logs/*.log
+#rm -f /opt/tomcat-7.0.105/webapps/ROOT.*
+#mv /tmp/ROOT.war /opt/tomcat-7.0.105/webapps/
+
+
+exec "$@"