瀏覽代碼

添加 'entrypoint.sh'

robert 5 年之前
父節點
當前提交
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 "$@"