robert 5 жил өмнө
parent
commit
e9c2d6d2ec
1 өөрчлөгдсөн 8 нэмэгдсэн , 0 устгасан
  1. 8 0
      entrypoint.sh

+ 8 - 0
entrypoint.sh

@@ -0,0 +1,8 @@
+#!/bin/bash
+
+set -e
+set -o pipefail
+
+chmod +x /root/flask_zbx_tools/start.sh
+
+exec "$@"