Explorar el Código

添加 'entrypoint.sh'

robert hace 5 años
padre
commit
e9c2d6d2ec
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  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 "$@"