소스 검색

添加 '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 "$@"